[]Function rusty_engine::prelude::glm::are_orthogonal

pub fn are_orthogonal<N, D>(
    v0: &Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>,
    v1: &Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>,
    epsilon: N
) -> bool where
    D: Dimension,
    N: Number,
    DefaultAllocator: Alloc<N, D, U1>, 

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