Geometry library for C#
Find a file
Zdeněk Borovec 38fb85be02 Added the Vector2 class
I am making a decision not to have point classes, that is why GetVectorTo() is included here.
2024-03-02 14:58:04 +01:00
structs Added the Vector2 class 2024-03-02 14:58:04 +01:00
utils Added Utils class. 2024-03-02 11:23:42 +01: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 Initial commit 2024-03-02 08:55:33 +00:00

GeometriCS

Geometry library for C#