pub fn are_orthogonal<T: Number, const D: usize>(
    v0: &TVec<T, D>,
    v1: &TVec<T, D>,
    epsilon: T
) -> bool
Expand description

Returns true if two vectors are orthogonal (up to an epsilon).