Type Alias juxt_matrix::Matrix3

source ·
pub type Matrix3<T> = Matrix<3, 3, T>;

Aliased Type§

struct Matrix3<T> { /* private fields */ }