pub fn are_orthogonal<N: Number, D: Dimension>(
    v0: &TVec<N, D>,
    v1: &TVec<N, D>,
    epsilon: N
) -> boolwhere
    DefaultAllocator: Alloc<N, D>,
Expand description

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