Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
/ GameMath.Net Public archive

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

License

Notifications You must be signed in to change notification settings

michel-pi/GameMath.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages