[]Function rusty_engine::prelude::glm::are_collinear2d

pub fn are_collinear2d<N>(
    v0: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>,
    v1: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>,
    epsilon: N
) -> bool where
    N: Number

Returns true if two 2D vectors are collinear (up to an epsilon).

See also: