Euclid 0.2.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Euclid --version 0.2.1
NuGet\Install-Package Euclid -Version 0.2.1
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="Euclid" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Euclid --version 0.2.1
#r "nuget: Euclid, 0.2.1"
#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 Euclid as a Cake Addin
#addin nuget:?package=Euclid&version=0.2.1

// Install Euclid as a Cake Tool
#tool nuget:?package=Euclid&version=0.2.1

Euclid

code size

Logo

Euclid is a 2D and 3D geometry library without dependencies. Written in F# and designed for use with F#. That means all types are immutable and functions are curried where appropriate. It is mostly focused on creating and manipulating primitives such as Points, Vectors, Lines, Planes, Boxes, and Bounding boxes, and Polylines. For transformations there are Rotations, Quaternions, and 4x4 Matrices.

See Euclid.Rhino for conversion to Rhino3D geometry.

Documentation

for now see full API documentation on fuget.org

License

MIT

Release Notes

0.2.0

  • fable support
  • improved xml documentation

0.1.0

  • first public release
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Euclid:

Package Downloads
Euclid.Rhino The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Utilities to use types from Euclid in Rhino3d

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.0 98 5/2/2024
0.7.0 84 4/29/2024
0.6.1 155 2/17/2024
0.6.1-a 65 2/13/2024
0.5.0 175 1/6/2024
0.4.1 109 12/2/2023
0.4.0 90 11/28/2023
0.3.0 110 10/22/2023
0.2.1 243 2/26/2023
0.2.0 271 2/4/2023
0.1.0 258 1/21/2023
0.0.0 313 11/2/2022

- fix fable support