Geometry library for C#
Find a file
Zdeněk Borovec a23ea94db4 Line intersections
Decided to revert to Vectors being structs after reconsidering the full implications.
2024-04-19 00:42:56 +02:00
interfaces Line intersections 2024-04-19 00:42:56 +02:00
intersections Line intersections 2024-04-19 00:42:56 +02:00
structs Line intersections 2024-04-19 00:42:56 +02:00
utils Line intersections 2024-04-19 00:42:56 +02:00
.gitignore Initial commit 2024-03-02 08:55:33 +00:00
GeometriCS.csproj Create VS Solution and Project 2024-03-02 10:17:52 +01:00
GeometriCS.sln Create VS Solution and Project 2024-03-02 10:17:52 +01:00
LICENSE Initial commit 2024-03-02 08:55:33 +00:00
README.md added warning to readme 2024-03-03 14:28:39 +01:00

GeometriCS

Geometry library for C#

WARNING: This library is not mature yet and is subject to significant change.