GeometRi 0.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package GeometRi --version 0.9.5
NuGet\Install-Package GeometRi -Version 0.9.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GeometRi" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GeometRi --version 0.9.5
#r "nuget: GeometRi, 0.9.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GeometRi as a Cake Addin
#addin nuget:?package=GeometRi&version=0.9.5

// Install GeometRi as a Cake Tool
#tool nuget:?package=GeometRi&version=0.9.5

GeometRi is a simple and lightweight 3D geometry library for .Net. It is not one more 3D graphics library, its main job 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 objects can be defined in global or in one of the local coordinate systems and converted form one coordinate system into another.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
1.4.0.5 8,658 4/3/2023
1.4.0.4 560 3/28/2023
1.4.0.3 6,503 10/25/2022
1.4.0.2 840 9/13/2022
1.3.5.16 19,076 7/5/2021
1.3.5.15 31,721 1/6/2021
1.3.5.14 3,115 8/10/2020
1.3.5.13 10,708 10/1/2019
1.3.5.12 2,815 6/18/2019
1.3.5.11 1,871 5/16/2019
1.3.5.10 1,234 5/14/2019
1.3.5.9 2,043 3/14/2019
1.3.5.8 2,160 1/10/2019
1.3.5.7 1,350 12/15/2018
1.3.5.6 1,432 12/12/2018
1.3.5.5 5,652 11/2/2018
1.3.5.4 1,522 10/14/2018
1.3.5.3 1,621 9/15/2018
1.3.5.2 1,729 7/7/2018
1.3.5.1 1,720 6/30/2018
1.3.5 5,103 6/20/2018
1.3.4 1,645 5/4/2018
1.3.3 1,554 4/20/2018
1.3.2 1,699 11/27/2017
1.3.1 2,384 10/6/2017
1.3.0 1,563 9/18/2017
1.2.1 1,566 9/11/2017
1.2.0 1,580 8/26/2017
1.1.2 1,613 8/9/2017
1.1.1 1,603 8/4/2017
1.1.0 1,639 7/30/2017
1.0.1 1,674 7/23/2017
0.9.6 1,617 6/21/2017
0.9.5 1,606 6/3/2017
0.9.4 1,610 5/31/2017
0.9.3 1,654 5/21/2017
0.9.2 1,610 4/29/2017
0.9.1 1,579 4/25/2017
0.9.0 1,632 4/23/2017

Added "Triangle" object.