Skip to content

FenrirServer/Fenrir.FixedMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fixed Math Library for C# (.NET and Unity)

A deterministic fixed-math library based on FixedMath.Net and MonoGame Math structures.

Included Data Structures

Fixed Numerics

Fixed Fixed point 31.32 numeric type with operations and extensions

Math Data Structures:

Math data structures were ported from MonoGame to work with Fixed numeric type.

  • FixedVector2
  • FixedVector3
  • FixedVector4
  • FixedQuaternion
  • FixedMatrix
  • FixedPlane
  • FixedPoint
  • FixedRay
  • FixedRectangle
  • FixedBoundingBox
  • FixedBoundingFrustum
  • FixedBoundingSphere