Trait ncollide_math::Point [] [src]

pub trait Point: Send + Sync + 'static + Clone + Copy + Debug + FloatPnt<Self::Vect::Scalar, Self::Vect> + POrd + Bounded + IndexMut<usize, Output=Self::Vect::Scalar> + Neg<Output=Self> + Decodable + Encodable + Repeat<Self::Vect::Scalar> + Any {
    type Vect: Vect;
}

Trait implemented by point types.

Associated Types

type Vect: Vect

Implementors