Trait ncollide_math::Isometry [] [src]

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

Trait implemented by transformation matrices types.

Implementors