Type Definition vecmat::matrix::Matrix2x2

source · []
pub type Matrix2x2<T> = Matrix<T, 2, 2>;

Trait Implementations

Converts to this type from the input type.

Converts to this type from the input type.

Converts to this type from the input type.