Ez.Numerics 0.4.0-alpha

.NET 6.0
This is a prerelease version of Ez.Numerics.
dotnet add package Ez.Numerics --version 0.4.0-alpha
NuGet\Install-Package Ez.Numerics -Version 0.4.0-alpha
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="Ez.Numerics" Version="0.4.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ez.Numerics --version 0.4.0-alpha
#r "nuget: Ez.Numerics, 0.4.0-alpha"
#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 Ez.Numerics as a Cake Addin
#addin nuget:?package=Ez.Numerics&version=0.4.0-alpha&prerelease

// Install Ez.Numerics as a Cake Tool
#tool nuget:?package=Ez.Numerics&version=0.4.0-alpha&prerelease

Provides numerics types like Point2, Point3, Size2 and Size3.
 
 ColorExtensions provides extensions for conversion between Color and Vector3/Vector4.
 
 EzMath class provides:
- Epsilon, PI, E, Tau, Deg2Rad, Rad2Deg, InvLogE2, Gamma and InvGamma constants.
- Abs, Acos, Approximately, Asin, Atan, Atan2, Ceiling, Clamp, Clamp01, Cos,
DeltaAngle, Exp, Floor, GammaToLinearSpace, InverseLerp, Lerp, LerpUnclamped,
LinearToGammaSpace, Log, Log10, Log2, Max, Min, Pow, Round, Sign, Sqrt, Tan,
ToEulerAngles, ToQuaternion and Remap functions.

 IBoundingVolume interface, BoundingBox struct and BoundingSphere struct and ContainmentType enum provides simple collision check.
 
 Perlin provides implementation of 3D, 2D and 1D Perlin noises.

Product Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ez.Numerics:

Package Downloads
Ez.Graphics

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0-alpha 93 3/22/2022
0.3.0-alpha 125 11/18/2021
0.2.0-alpha 208 10/31/2021
0.1.0-alpha 115 8/25/2021