Trait ncollide_math::Vect [] [src]

pub trait Vect: Send + Sync + 'static + FloatVec<Self::Scalar> + UniformSphereSample + Clone + IndexMut<usize, Output=Self::Scalar> + Rand + Shape<usize> + POrd + Absolute<Self> + Iterable<Self::Scalar> + Copy + Neg<Output=Self> + Debug + Any + Decodable + Encodable + Repeat<Self::Scalar> {
    type Scalar: Scalar;
}

Trait implemented by vector types.

Associated Types

type Scalar: Scalar

Implementors