Mat3d

Type Alias Mat3d 

Source
pub type Mat3d = Matrix3<f64>;
Expand description

3x3 double-precision matrix.

Aliased Type§

#[repr(C)]
pub struct Mat3d { pub col: [Vector3<f64>; 3], }

Fields§

§col: [Vector3<f64>; 3]

Column vectors of the matrix