Skip to main content

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.

calc.coplanars.calc.png