Mat2d

Type Alias Mat2d 

Source
pub type Mat2d = Matrix2<f64>;
Expand description

2x2 double-precision matrix.

Aliased Type§

#[repr(C)]
pub struct Mat2d { pub col: [Vector2<f64>; 2], }

Fields§

§col: [Vector2<f64>; 2]

Column vectors of the matrix