Info
Version: | 1.2.1 |
Author(s): | Michael Osthege |
Last Update: | Saturday, December 7, 2013 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TCD.Mathematics |
Install
Install-Package TCD.Mathematics
dotnet add package TCD.Mathematics
paket add TCD.Mathematics
TCD.Mathematics Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
Due to the nature of Portable Class Libraries, it's not possible to maintain the System.Windows.Media.Media3D namespace (and extending it). Instead all classes now orignate from TCD.Mathematics
TCD.Mathematics provides classrs, which allow advanced calculations with points, vectors, lines and planes.
The new classes:
Vector3D
Point3D
Line3D
Plane3D
The Point3D extension methods:
Vector3D.AsPoint3D()
Point3D.AsVector3D()
If you find any bugs, or miss a method, please let me know!.