Trait ncollide_math::Isometry [] [src]

pub trait Isometry<P: Point>: Send + Sync + 'static + One + Rotate<P::Vect> + Translate<P> + Transform<P> + AbsoluteRotate<P::Vect> + Inverse + Clone + Mul<Self, Output=Self> + Copy + Debug + Display + Any + Decodable + Encodable { }

Trait implemented by transformation matrices types.

Implementors