MathNet.Spatial.Signed
0.5.0
Prefix Reserved
See the version list below for details.
Install-Package MathNet.Spatial.Signed -Version 0.5.0
dotnet add package MathNet.Spatial.Signed --version 0.5.0
<PackageReference Include="MathNet.Spatial.Signed" Version="0.5.0" />
paket add MathNet.Spatial.Signed --version 0.5.0
#r "nuget: MathNet.Spatial.Signed, 0.5.0"
// Install MathNet.Spatial.Signed as a Cake Addin
#addin nuget:?package=MathNet.Spatial.Signed&version=0.5.0
// Install MathNet.Spatial.Signed as a Cake Tool
#tool nuget:?package=MathNet.Spatial.Signed&version=0.5.0
Math.NET Spatial, providing methods and algorithms for geometry computations in science, engineering and every day use. Supports .Net Framework 4.6.1 or higher and .Net Standard 2.0 or higher on Windows, Linux and Mac. This package contains strong-named assemblies for legacy use cases (not recommended).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- MathNet.Numerics.Signed (>= 4.7.0)
-
.NETStandard 2.0
- MathNet.Numerics.Signed (>= 4.7.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on MathNet.Spatial.Signed:
Package | Downloads |
---|---|
Microsoft.Psi.Kinect.Windows
Provides APIs and components for using Microsoft Kinect sensor. |
|
Microsoft.Psi.Kinect.Face.Windows.x64
Provides APIs and components for using Microsoft Kinect Face APIs. |
|
Microsoft.Psi.Calibration
Provides data structures for camera calibration. |
|
Microsoft.Psi.AzureKinect.x64
Provides APIs and components for using the Microsoft Azure Kinect sensor. |
|
Microsoft.Psi.MixedReality
Provides data structures and components for processing inputs and rendering in mixed-reality using StereoKit. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MathNet.Spatial.Signed:
Repository | Stars |
---|---|
microsoft/psi
Platform for Situated Intelligence
|
Version | Downloads | Last updated |
---|---|---|
0.6.0 | 11,011 | 5/9/2020 |
0.5.0 | 5,139 | 6/2/2019 |
0.5.0-beta05 | 929 | 2/17/2019 |
0.5.0-beta04 | 440 | 11/18/2018 |
0.4.0 | 2,377 | 5/1/2017 |
Many changes on API and implementation ~Johan Larsson, Adam Jones
Breaking: Support for .Net Standard 2.0 or newer and .Net Framework 4.6.1 or newer
Update to Math.NET Numerics v4.7
New Types: Circle2D, LineSegment2D, LineSegment3D
Improved implemention of Polygon2D.GetConvexHullFromPoints
Angle now supports sexagesimal format
Polygon2D now offers edges iterator
Breaking: Line2D/3D obsolete in favor of LineSegement2D/3D
Breaking: Polygon2D, PolyLine2D, Polyline3D enumerators dropped
Breaking: Equality has default no tolerance with a tolerance overload for all types
Breaking: UnitParser, UnitConverter, XmlExt, Parser, IUnit dropped
Breaking: Constructors in multiple places replaced by factory methods
Breaking: Parse methods throws FormatException, was ArgumentException
Breaking: Make implementation of IXmlSerializable explicit, adds noise to the API.
Breaking: use nobreaking space, \u00A0, in Angle.ToString().
Breaking: require length to be 1 - 0.1 when parsing UnitVector3D
Updated documentation