pub type Matrix = Mat2;
The dimension-specific matrix type used by Avian.
struct Matrix(/* private fields */);
Creates a Matrix rotation matrix from a Rotation.
Matrix
Rotation