NetFabric.Angle
1.0.47
Implements a structure representing an angle.
The angle is represented internaly in radians but can be created and read in radians, degrees and gradians. Also supports arcminutes and arcseconds, useful for GPS coordinates.
The explicit declaration of the units in creation and reading methods reduces the tipical confusion when dealing with angles.
Includes linear interpolation, reduction, reference angle, comparison, classification and trigonometry operations.
See the version list below for details.
Install-Package NetFabric.Angle -Version 1.0.47
dotnet add package NetFabric.Angle --version 1.0.47
<PackageReference Include="NetFabric.Angle" Version="1.0.47" />
paket add NetFabric.Angle --version 1.0.47
#r "nuget: NetFabric.Angle, 1.0.47"
Release Notes
+ Added string format
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.