pub fn is_orthogonal<E, A, B, const SIZE: usize>(a: &A, b: &B) -> boolwhere A: VectorIter<E, SIZE>, B: VectorIter<E, SIZE>, E: NdFloat + UlpsEq,
Returns true if the vector a is perpendicular (orthogonal) to vector b.
true
a
b