pub type CrossMatrix = Mat3;Expand description
A matrix that represent the cross product with a given vector.
Aliased Type§
#[repr(C)]pub struct CrossMatrix {
pub x_axis: Vec3,
pub y_axis: Vec3,
pub z_axis: Vec3,
}Fields§
§x_axis: Vec3§y_axis: Vec3§z_axis: Vec3