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
Given a list of points, returns true
if they are coplanars, and false
otherwise.
Checks if a set of points are coplanars. A set of points is said to be coplanars if they belong to the same plane.
coplanars?(List)
Given a list of points, returns true
if they are coplanars, and false
otherwise.