mojo3d.Entity.LocalBasis - nitrologic/monkey2 GitHub Wiki

mojo3d::mojo3d.mojo3d.Entity.LocalBasis

Property LocalBasis:std:std.geom.Mat3f

Local 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).