Skip to content
/ math Public

Tiny 3D Math library, great for graphics programming

License

Notifications You must be signed in to change notification settings

LHolmberg/math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tiny 3D Math library, great for graphics programming

Includes:

  • 4x4,3x3 matrices
    • Transpose
    • Rotations
    • Scale
    • Translation
    • Perspective
    • LookAt
    • Inverse
    • Conversions
    • Operations
  • 4D, 3D & 2D vectors
    • Normalize
    • Crossproduct
    • Dotproduct
    • Conversions
    • Operations
  • Random essential functions
    • Conversion to radians
    • Magnitude
    • Cotangens

About

Tiny 3D Math library, great for graphics programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages