Ez.Numerics 0.4.0-alpha

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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
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 146 3/22/2022
0.3.0-alpha 164 11/18/2021
0.2.0-alpha 243 10/31/2021
0.1.0-alpha 151 8/25/2021