michel-pi / GameMath.Net

Provides numerical types such as Vector3 and Matrix4x4 with functions to manipulate them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameMath.Net

Provides numerical types such as Vector3 and Matrix4x4 with functions to manipulate them.

Nuget

Use GameMath.Net only when you do not want to include System.Numerics.Vectors

Install-Package GameMath.Net

Install-Package GameMath.Net.Numerics

Types

  • Vector2
  • Vector3
  • Matrix3x4
  • Matrix4x4

Classes

  • MathF
  • Math2
  • Math3

Methods

  • Angle and Vector math
  • WorldToScreen
  • and more

License (MIT)

GameMath.Net License

System.Numerics.Vectors License

About

Provides numerical types such as Vector3 and Matrix4x4 with functions to manipulate them

License:MIT License


Languages

Language:C# 100.0%