Dans.Geometry.Library
25.1108.3829
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Dans.Geometry.Library --version 25.1108.3829
NuGet\Install-Package Dans.Geometry.Library -Version 25.1108.3829
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="Dans.Geometry.Library" Version="25.1108.3829" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dans.Geometry.Library" Version="25.1108.3829" />
<PackageReference Include="Dans.Geometry.Library" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dans.Geometry.Library --version 25.1108.3829
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dans.Geometry.Library, 25.1108.3829"
#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.
#:package Dans.Geometry.Library@25.1108.3829
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dans.Geometry.Library&version=25.1108.3829
#tool nuget:?package=Dans.Geometry.Library&version=25.1108.3829
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dan's Geometry Library
An easy-to-implement function library providing numeric operations to handle solutions to typical problems encountered in the field of geometry, including Bezier Curves, Linear Interpolation, and Trigonometry.
Basic Example:
using System;
using Geometry;
// Calculate the hypotenuse of a triangle given its
// angle, in Degrees, and adjacent side.
namespace MyProject
{
public class Program
{
public static void Main(string[] args)
{
float hyp = Trig.GetLineHypFromAngAdj(
Trig.DegToRad(12.3f), 177.5f
);
Console.WriteLine($"Hypotenuse: {hyp} units...");
}
}
}
Updates
Version | Description |
---|---|
25.1108.3829 | Rename all Assign methods to TransferValues |
25.1105.1217 | Initial public release. |
More Information
For more information, please see the GitHub project: danielanywhere/Geometry
Full API documentation is available at this library's GitHub User Page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dans.Geometry.Library:
Package | Downloads |
---|---|
Dans.SvgPlotting.Library
Dan's SVG Plotting Library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
25.2820.4317 | 123 | 8/20/2025 | |
25.2722.4017 | 491 | 7/22/2025 | |
25.2714.4042 | 152 | 7/14/2025 | |
25.2714.3839 | 149 | 7/14/2025 | |
25.2711.4719 | 90 | 7/11/2025 | |
25.2711.4233 | 141 | 7/11/2025 | |
25.2613.4238 | 210 | 6/13/2025 | |
25.2530.4054 | 110 | 5/30/2025 | |
25.2429.4547 | 144 | 4/29/2025 | |
25.2422.4040 | 178 | 4/22/2025 | |
25.2414.4032 | 211 | 4/14/2025 | |
25.2406.3841 | 138 | 4/6/2025 | |
25.2404.4129 | 128 | 4/4/2025 | |
25.2401.4023 | 169 | 4/1/2025 | |
25.2331.4041 | 158 | 3/31/2025 | |
25.2330.3855 | 153 | 3/30/2025 | |
25.2327.4545 | 140 | 3/27/2025 | |
25.2317.4012 | 158 | 3/17/2025 | |
25.2307.4248 | 220 | 3/7/2025 | |
25.1228.4607 | 107 | 2/28/2025 | |
25.1221.4026 | 132 | 2/21/2025 | |
25.1218.4115 | 132 | 2/18/2025 | |
25.1206.4136 | 112 | 2/6/2025 | |
25.1205.4515 | 120 | 2/5/2025 | |
25.1131.3500 | 121 | 1/31/2025 | |
25.1116.3952 | 111 | 1/16/2025 | |
25.1114.3932 | 97 | 1/14/2025 | |
25.1110.4639 | 111 | 1/10/2025 | |
25.1108.3829 | 104 | 1/8/2025 | |
25.1105.1217 | 114 | 1/7/2025 |