Skip to main content

Matrix4D

Type Alias Matrix4D 

Source
pub type Matrix4D<T = f64> = Matrix<4, 4, T>;

Aliased Type§

pub struct Matrix4D<T = f64> { /* private fields */ }