is_orthogonal

Function is_orthogonal 

Source
pub fn is_orthogonal<E, A, B, const SIZE: usize>(a: &A, b: &B) -> bool
where A: VectorIter<E, SIZE>, B: VectorIter<E, SIZE>, E: NdFloat + UlpsEq,
Expand description

Returns true if the vector a is perpendicular (orthogonal) to vector b.