Type Definition vecmat::matrix::Matrix2x2[][src]

type Matrix2x2<T> = Matrix<T, 2, 2>;

Trait Implementations

impl<'a, T> From<&'a Moebius<T>> for &'a Matrix2x2<T>[src]

fn from(mo: &'a Moebius<T>) -> Self[src]

Performs the conversion.

impl<'a, T> From<&'a mut Moebius<T>> for &'a mut Matrix2x2<T>[src]

fn from(mo: &'a mut Moebius<T>) -> Self[src]

Performs the conversion.

impl<T> From<Moebius<T>> for Matrix2x2<T>[src]

fn from(mo: Moebius<T>) -> Self[src]

Performs the conversion.