JuDelCo.Lib.CoreMath
1.15.0
dotnet add package JuDelCo.Lib.CoreMath --version 1.15.0
NuGet\Install-Package JuDelCo.Lib.CoreMath -Version 1.15.0
<PackageReference Include="JuDelCo.Lib.CoreMath" Version="1.15.0" />
<PackageVersion Include="JuDelCo.Lib.CoreMath" Version="1.15.0" />
<PackageReference Include="JuDelCo.Lib.CoreMath" />
paket add JuDelCo.Lib.CoreMath --version 1.15.0
#r "nuget: JuDelCo.Lib.CoreMath, 1.15.0"
#:package JuDelCo.Lib.CoreMath@1.15.0
#addin nuget:?package=JuDelCo.Lib.CoreMath&version=1.15.0
#tool nuget:?package=JuDelCo.Lib.CoreMath&version=1.15.0
JuCore Math
JuCore Math is a linear algebra math library. It also contains 2D, 3D physics, noise generators, random functions and Inverse Kinematics methods.
Note: All angles are in radians (except using euler functions).
Any feedback is welcome !
See also
- JuCore - Core package base (service locator and useful services)
- JuCore ECS - Deterministic lightweight ECS framework
Install
- For Unity, update the dependencies in the
/Packages/manifest.jsonfile in your project folder by adding:
"com.judelco.core.math": "https://github.com/JuDelCo/CoreMath.git#v1.15.0",
- For native .NET projects, Godot, etc... run the following command in the console of your .NET project to add the package:
dotnet add package JuDelCo.Lib.CoreMath
Contents
Classes (Math)
MathBezierBresenhamFrustumMatrix3Matrix4Quat (Quaternion)Vector2fVector2iVector3fVector3iVector4fVector4i
Classes (Noise)
ValueNoiseWorleyNoiseOpenSimplexNoiseOpenSimplex2FastNoiseOpenSimplex2SmoothNoise
Classes (Random)
RandomRandomMathRandomNumberRandomDirectionRandomPhysics
Classes (Physics)
Physics2DPhysics3DBoxFloatRectIntRectPlaneRaySphere
Classes (Inverse Kinematics)
TwoBoneIKThreeBoneIK
The MIT License (MIT)
Copyright © 2017-2025 Juan Delgado (@JuDelCo)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.