GeomPP 0.1.0
See the version list below for details.
dotnet add package GeomPP --version 0.1.0
NuGet\Install-Package GeomPP -Version 0.1.0
<PackageReference Include="GeomPP" Version="0.1.0" />
<PackageVersion Include="GeomPP" Version="0.1.0" />
<PackageReference Include="GeomPP" />
paket add GeomPP --version 0.1.0
#r "nuget: GeomPP, 0.1.0"
#:package GeomPP@0.1.0
#addin nuget:?package=GeomPP&version=0.1.0
#tool nuget:?package=GeomPP&version=0.1.0
C# bindings for geompp, a C++20 geometry library.
Provides Point2D/3D, Vector2D/3D, Line2D/3D, Ray2D/3D, LineSegment2D/3D,
Polyline2D/3D, Triangle2D/3D, Polygon2D/3D, BBox2D/3D, Plane — with full
operator support, intersection queries, WKT serialization, and file I/O.
Built with C++/CLI for Windows x64. Targets both .NET 10 and .NET Framework 4.8.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
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.17.3 | 98 | 8/15/2026 |
| 0.17.2 | 92 | 8/14/2026 |
| 0.16.2 | 87 | 8/6/2026 |
| 0.15.1 | 119 | 7/24/2026 |
| 0.14.0 | 104 | 7/21/2026 |
| 0.13.0 | 117 | 7/9/2026 |
| 0.12.0 | 103 | 7/8/2026 |
| 0.11.0 | 110 | 7/4/2026 |
| 0.10.1 | 124 | 6/23/2026 |
| 0.9.1 | 222 | 6/17/2026 |
| 0.8.2 | 117 | 5/18/2026 |
| 0.8.0 | 111 | 5/18/2026 |
| 0.7.0 | 104 | 5/6/2026 |
| 0.6.0 | 104 | 5/4/2026 |
| 0.5.0 | 103 | 5/1/2026 |
| 0.4.0 | 115 | 4/27/2026 |
| 0.1.2 | 124 | 4/13/2026 |
| 0.1.1 | 123 | 4/13/2026 |
| 0.1.0 | 125 | 4/9/2026 |
Initial release: Almost all 2D primitives and some 3D primitives. Intersections among important types (line, ray, line-segment). ToFile() and ToWkt() serialization.