-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Frank Kevin Zey edited this page Jul 2, 2015
·
3 revisions
This library provides basic mathematical classes and functions designed for 3D and GameEngines.
Vec2f - Float vector class for 2D vectors
Vec3f - Float vector class for 3D vectors
Vec4f - Float vector class for 4D vectors
Mat3f - Float matrix class for 3x3 matrices
Mat4f - Float matrix class for 4x4 matrices
Quaternion - Float vector class for special 4D vectors
DEG2RAD(x) - Transforms a degree value into a radian value
RAD2DEG(x) - Transforms a radian value into a degree value