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

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

See also: