pub type Mat2 = Mat2;Expand description
2x2 matrix type alias.
backed by glam::Mat2, used for 2D rotations.
Aliased Typeยง
pub struct Mat2(/* private fields */);pub type Mat2 = Mat2;2x2 matrix type alias.
backed by glam::Mat2, used for 2D rotations.
pub struct Mat2(/* private fields */);