[−][src]Trait ncollide3d::interpolation::RigidMotionComposition
Trait for composing some rigid motions.
Provided methods
fn prepend_translation(
&self,
translation: Vector<N>
) -> PrependTranslation<N, Self>
&self,
translation: Vector<N>
) -> PrependTranslation<N, Self>
Prepend a translation to the rigid motion self
.
fn prepend_transformation(
&self,
transformation: Isometry<N>
) -> PrependTransformation<N, Self>
&self,
transformation: Isometry<N>
) -> PrependTransformation<N, Self>
Prepend a transformation to the rigid motion self
.