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

type Isometry<N> = Isometry3<N>;

The transformation matrix type.

Trait Implementations

impl IsometryOps for Isometry<Real>[src]