Skip to main content

utils.pointOnLine()

The utils.pointOnLine() function returns true if the point check lies on a line segment from point from to point to.

Signature

bool utils.pointOnLine(
Point from,
Point to,
Point check,
float precision = 1e6
)

The fourth parameter controls the precision. See pointOnBeam.

Example

A Utils.pointOnLine() example