Pmad.Geometry.Json 0.1.5-gba3893693c

This is a prerelease version of Pmad.Geometry.Json.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Pmad.Geometry.Json --version 0.1.5-gba3893693c                
NuGet\Install-Package Pmad.Geometry.Json -Version 0.1.5-gba3893693c                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pmad.Geometry.Json" Version="0.1.5-gba3893693c" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pmad.Geometry.Json --version 0.1.5-gba3893693c                
#r "nuget: Pmad.Geometry.Json, 0.1.5-gba3893693c"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pmad.Geometry.Json as a Cake Addin
#addin nuget:?package=Pmad.Geometry.Json&version=0.1.5-gba3893693c&prerelease

// Install Pmad.Geometry.Json as a Cake Tool
#tool nuget:?package=Pmad.Geometry.Json&version=0.1.5-gba3893693c&prerelease                

GeometryToolkit

Geometry shapes and primitives toolkit

This project aim to provide highly optimized versions of 2D geometry arithmetic primitives used by GameRealisticMap and MapToolkit.

Those primitives are performance critical for the two related projects (data processing requires usually many hours, even little improvements can save a lot of time).

Current toolkit is an experimentation around Vector128, Vector2 and plain scalar implementations. It makes heavy use of generics and text templating to test multiple implementations of 2D vectors and shapes. It's intend to measure their relative performances on modern hardware.

It includes a fork of Clipper2 from Angus Johnson.

Experimental implementations

Vector Description
Vector2I Two scalar int (some operations are optimised with Vector128)
Vector2F Vector2 wrapper
Vector2L Vector128 with long
Vector2D Vector128 with double
Vector2IS Two scalar int
Vector2FS Two scalar float
Vector2LS Two scalar long
Vector2DS Two scalar double

License

Licensed under Boost Software License - Version 1.0 terms.

Copyright Julien Etelain 2024. Copyright Angus Johnson 2010-2024.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.46 92 12/1/2024
0.1.5-gba3893693c 70 7/31/2024