Public Member Functions | |
| Matrix3f () | |
| Matrix3f (Vector3f _0, Vector3f _1, Vector3f _2) | |
Static Public Member Functions | |
| static Matrix3f | identity () |
| static Matrix3f | zero () |
| static Matrix3f | rotation (Vector3f axis, number angle) |
Public Attributes | |
| Vector3f | x |
| Vector3f | y |
| Vector3f | z |
| Matrix3f::Matrix3f | ( | ) |
|
static |
|
static |
| Vector3f Matrix3f::x |
| Vector3f Matrix3f::y |
| Vector3f Matrix3f::z |