[][src]Type Definition nalgebra::base::Matrix2

type Matrix2<N> = MatrixN<N, U2>;

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

Trait Implementations

impl<N: Real> From<Rotation<N, U2>> for Matrix2<N>[src]

impl<N: Real> From<Unit<Complex<N>>> for Matrix2<N>[src]