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
                    
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="JuDelCo.Lib.CoreMath" Version="1.15.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JuDelCo.Lib.CoreMath" Version="1.15.0" />
                    
Directory.Packages.props
<PackageReference Include="JuDelCo.Lib.CoreMath" />
                    
Project file
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 JuDelCo.Lib.CoreMath --version 1.15.0
                    
#r "nuget: JuDelCo.Lib.CoreMath, 1.15.0"
                    
#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.
#addin nuget:?package=JuDelCo.Lib.CoreMath&version=1.15.0
                    
Install JuDelCo.Lib.CoreMath as a Cake Addin
#tool nuget:?package=JuDelCo.Lib.CoreMath&version=1.15.0
                    
Install JuDelCo.Lib.CoreMath as a Cake Tool

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.json file 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)
  • Math
  • Bezier
  • Bresenham
  • Frustum
  • Matrix3
  • Matrix4
  • Quat (Quaternion)
  • Vector2f
  • Vector2i
  • Vector3f
  • Vector3i
  • Vector4f
  • Vector4i
Classes (Noise)
  • ValueNoise
  • WorleyNoise
  • OpenSimplexNoise
  • OpenSimplex2FastNoise
  • OpenSimplex2SmoothNoise
Classes (Random)
  • Random
  • RandomMath
  • RandomNumber
  • RandomDirection
  • RandomPhysics
Classes (Physics)
  • Physics2D
  • Physics3D
  • Box
  • FloatRect
  • IntRect
  • Plane
  • Ray
  • Sphere
Classes (Inverse Kinematics)
  • TwoBoneIK
  • ThreeBoneIK

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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.15.0 126 3/26/2025
1.14.0 132 3/17/2025
1.13.0 141 3/16/2025
1.12.0 131 3/16/2025
1.11.0 135 3/13/2025
1.10.0 136 3/13/2025