Info
Version: | 1.4.1.1 |
Author(s): | Sergey Tarasov |
Last Update: | Thursday, October 24, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/RiSearcher/GeometRi.CSharp |
NuGet Url: | https://www.nuget.org/packages/GeometRi |
Install
Install-Package GeometRi
dotnet add package GeometRi
paket add GeometRi
GeometRi Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
Its main purpose is manipulations with basic geometrical primitives, such as point, line, plane, segment in 3D space: translation and rotation operations, distance calculation, intersections, orthogonal projections of one object into another, etc. The basic objects can be defined in global or in one of the local coordinate systems and converted form one coordinate system into another.
Each object stores its reference coordinate system and all necessary transformations are performed implicitly when needed.
Compatible with .Net Framework 2.0, .Net Standard 1.0, .Net Core 3.1 and .Net 5.