Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 391 Bytes

File metadata and controls

9 lines (6 loc) · 391 Bytes

GraphicsMath

This project exports a dynamic link library for common math operations used in computer graphics.

There structs for Vector, Matrix, and Quaternion and operator overloads for their respective operations.

References:

3D Math Primer for Graphics and Game Development by Fletcher Dunn and Ian Parberry Mathematics for 3D Game Programming and Computer Graphics by Eric Lengyel