Type Definition euclid::matrix2d::Matrix2D [] [src]

type Matrix2D<T> = TypedMatrix2D<T, UnknownUnit, UnknownUnit>;

The default 2d matrix type with no units.