Trait rin::math::FloatVec[][src]

pub trait FloatVec: NumVec + Neg<Output = Self> where
    Self::Field: RealField
{ }

Trait of vector with components implementing the BaseFloat trait.

Implementors

impl<N> FloatVec for Matrix<N, U1, U1, <DefaultAllocator as Allocator<N, U1, U1>>::Buffer> where
    N: BaseNum + RealField
[src]

impl<N> FloatVec for Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer> where
    N: BaseNum + RealField
[src]

impl<N> FloatVec for Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer> where
    N: BaseNum + RealField
[src]

impl<N> FloatVec for Matrix<N, U4, U1, <DefaultAllocator as Allocator<N, U4, U1>>::Buffer> where
    N: BaseNum + RealField
[src]

impl<N> FloatVec for Matrix<N, U5, U1, <DefaultAllocator as Allocator<N, U5, U1>>::Buffer> where
    N: BaseNum + RealField
[src]

impl<N> FloatVec for Matrix<N, U6, U1, <DefaultAllocator as Allocator<N, U6, U1>>::Buffer> where
    N: BaseNum + RealField
[src]

Loading content...