Back to Aurora Vision Library Lite website

You are here: Start » Path » Path Features

Path Features

Select a function from the list below.

Icon Name Description / Applications
PathArrayPoints

Converts an array of paths to an array of points.

PathBoundingBox

Computes the smallest box containing a path.

PathBoundingBox_OrNil

Computes the smallest box containing a path; returns NIL if the path is empty.

PathDiameter

Finds the longest segment connecting two characteristic points of a path.

PathEndpoints

Returns the two endpoints of a path.

PathLength

Computes the total length of the input path.

PathMassCenter

Computes the average of the path points (all, not only characteristic ones).

PathMassCenter_OrNil

Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.

PathSegments

Converts a path to an array of line segments.

PathSize

Returns the number of characteristic points on the input path.