pub fn chebyshev_normalize<T: Float, V: VecFloatOps<T> + VecN<T> + SignedNumberOps<T>>(
a: V,
) -> VExpand description
returns a Chebyshev normalized unit vector of a (where the normalization projects onto the unit cube)
pub fn chebyshev_normalize<T: Float, V: VecFloatOps<T> + VecN<T> + SignedNumberOps<T>>(
a: V,
) -> Vreturns a Chebyshev normalized unit vector of a (where the normalization projects onto the unit cube)