Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 256 Bytes

linalglib

simple, lightweight linear algebra library for handling 4D vectors and matrices for use in 3D computer graphics applications

  • matrices are represented in column-major order to match the OpenGL convention

TODO: usage instructions