[][src]Function nalgebra_glm::are_collinear2d

pub fn are_collinear2d<N: Number>(
    v0: &TVec2<N>,
    v1: &TVec2<N>,
    epsilon: N
) -> bool

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

See also: