mojo3d.Entity.Basis - nitrologic/monkey2 GitHub Wiki
mojo3d::mojo3d.mojo3d.Entity.Basis
std:std.geom.Mat3f
Property Basis:World space basis matrix.
A basis matrix is a 3x3 matrix representation of an orientation.
A basis matrix is orthogonal (ie: the i,j,k members are perpendicular to each other) and normalized (ie: the i,j,k members all have unit length).