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

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

See also: