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

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

The transformation matrix type.

Trait Implementations

impl IsometryOps for Isometry<Real>[src]

fn absolute_transform_vector(&self, v: &Vector<Real>) -> Vector<Real>[src]

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