Type Definition ncollide2d::math::Isometry

source · []
pub type Isometry<N> = Isometry2<N>;
Expand description

The transformation matrix type.

Trait Implementations

Get a position at the time t.