Type Alias juxt_matrix::Matrix4

source ·
pub type Matrix4<T> = Matrix<4, 4, T>;

Aliased Type§

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