[][src]Function nalgebra_glm::are_orthogonal

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

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