Skip to content

Releases: GameGenesis/NumDotNet

NumDotNet v0.2.12-alpha

04 Nov 00:24
Compare
Choose a tag to compare
Pre-release
  • Added Vector2 class to represent a vector with two single-precision floating-point values. This class also contains methods that perform various transformations on vectors, and properties that represent many common vector properties
  • Added Vector3 class to represent a vector with three single-precision floating-point values
  • Added Mathf class to contain math helper functions for floating-point values
  • Code improvements