CollinearPoints
returns true if the point
{a,b]
is on the line defined by the first two points{x1,y1},{x2,y2}
.
returns true if the point
{a,b,c]
is on the line defined by the first two points{x1,y1,z1},{x2,y2,z2}
.
See:
Examples
Implementation status
- ✅ - full supported