Type Alias rs_math3d::Mat3d

source ·
pub type Mat3d = Matrix3<f64>;

Aliased Type§

struct Mat3d {
    pub col: [Vector3<f64>; 3],
}

Fields§

§col: [Vector3<f64>; 3]