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