|
Back to Table of contents |
General information |
The glowVectorAlgebra module contains 3D vector and transform classes.
Classes |
class Vec3f
A 3-vector of floats, suitable for representing a 3D point or delta.class Mat4f
A 4x4 matrix of floats, suitable for representing a 3D linear transformclass Quatf
A quaternion of floats, suitable for representing a 3D rotation.class Math
Several useful mathematical utilities and constants.
|
Back to Table of contents |
The GLOW Toolkit