Colinear Checks if a set of points are colinear. A set of points is said to be colinear or collinear if they belong to the same line. Syntax colinear?(Point, ..., Point) colinear?(List) Description colinear?(Point, ..., Point) Given a set of points, returns true if they are colinear, and false otherwise. colinear?(List) Given a list of points, returns true if they are colinear, and false otherwise. Related functions Coplanars, Line Table of Contents Syntax Description Related functions