Type Definition parry2d::math::Isometry[][src]

pub type Isometry<N> = Isometry2<N>;
Expand description

The transformation matrix type.

Trait Implementations

Transform a vector by the absolute value of the homogeneous matrix equivalent to self. Read more