Type Definition Matrix2
nalgebra::base
type Matrix2<N> = MatrixN<N, U2>;
A stack-allocated, column-major, 2x2 square matrix.
impl<N: RealField> From<Rotation<N, U2>> for Matrix2<N>
fn from(q: Rotation2<N>) -> Self
Performs the conversion.
impl<N: RealField> From<Unit<Complex<N>>> for Matrix2<N>
fn from(q: UnitComplex<N>) -> Self