summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Vector3.h
AgeCommit message (Collapse)Author
2020-04-18LibGfx: Add Vector3 and Matrix4x4 classesStephan Unverwerth
This adds two templated 3D math classes. They have already been typedf'd as FloatVector3, DoubleVector3, FloatMatrix4x4 and DoubleMatrix4x4