pub type Matrix3 = DMat3;Expand description
A 3x3 matrix type for use in any dimension context.
Aliased Type§
#[repr(C)]pub struct Matrix3 {
pub x_axis: DVec3,
pub y_axis: DVec3,
pub z_axis: DVec3,
}Fields§
§x_axis: DVec3§y_axis: DVec3§z_axis: DVec3