pub type Transform3D = DMat4;Expand description
An alias to DMat4, a 4x4 matrix of f64 values
Aliased Type§
#[repr(C)]pub struct Transform3D {
pub x_axis: DVec4,
pub y_axis: DVec4,
pub z_axis: DVec4,
pub w_axis: DVec4,
}Fields§
§x_axis: DVec4§y_axis: DVec4§z_axis: DVec4§w_axis: DVec4