pub type DMat4x3 = Matrix4x3<f64>;Aliased Type§
#[repr(C)]pub struct DMat4x3 {
pub c0: Vector3<f64>,
pub c1: Vector3<f64>,
pub c2: Vector3<f64>,
pub c3: Vector3<f64>,
}Fields§
§c0: Vector3<f64>§c1: Vector3<f64>§c2: Vector3<f64>§c3: Vector3<f64>