Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 659 Bytes

File metadata and controls

25 lines (20 loc) · 659 Bytes

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