Pmad.Geometry
0.1.5-gba3893693c
See the version list below for details.
dotnet add package Pmad.Geometry --version 0.1.5-gba3893693c
NuGet\Install-Package Pmad.Geometry -Version 0.1.5-gba3893693c
<PackageReference Include="Pmad.Geometry" Version="0.1.5-gba3893693c" />
paket add Pmad.Geometry --version 0.1.5-gba3893693c
#r "nuget: Pmad.Geometry, 0.1.5-gba3893693c"
// Install Pmad.Geometry as a Cake Addin #addin nuget:?package=Pmad.Geometry&version=0.1.5-gba3893693c&prerelease // Install Pmad.Geometry as a Cake Tool #tool nuget:?package=Pmad.Geometry&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 | Versions 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. |
-
net8.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Pmad.Geometry:
Package | Downloads |
---|---|
Pmad.Geometry.Processing
Mass-processing of geometry shapes |
|
Pmad.Cartography
Library for map processing, mostly digital elevation model. |
|
Pmad.Geometry.Json
JSON and GeoJSON serialization for geometry shapes |
|
Pmad.Drawing
Library for vector based drawing with PDF, PNG/WEBP and SVG support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.46 | 284 | 12/1/2024 |
0.1.5-gba3893693c | 96 | 7/31/2024 |