pub fn is_normalized<N: Real, D: Dimension>(v: &TVec<N, D>, epsilon: N) -> boolwhere
    DefaultAllocator: Alloc<N, D>,
Expand description

Returns true if v has a magnitude of 1 (up to an epsilon).