pub trait FloatVec: NumVec + Neg<Output = Self>where
<Self as NumVec>::Field: RealField,{ }Expand description
Trait of vector with components implementing the BaseFloat trait.
pub trait FloatVec: NumVec + Neg<Output = Self>where
<Self as NumVec>::Field: RealField,{ }Trait of vector with components implementing the BaseFloat trait.