Type Definition nalgebra::base::Matrix2

source ·
pub type Matrix2<N> = MatrixN<N, U2>;
Expand description

A stack-allocated, column-major, 2x2 square matrix.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.