pub fn is_normalized<T, const D: usize>(
v: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
epsilon: T,
) -> boolwhere
T: RealNumber,Expand description
Returns true if v has a magnitude of 1 (up to an epsilon).
pub fn is_normalized<T, const D: usize>(
v: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
epsilon: T,
) -> boolwhere
T: RealNumber,Returns true if v has a magnitude of 1 (up to an epsilon).