Class DrawLineAlongConvexHull

All Implemented Interfaces:
Provider<ObjectCollection>

public class DrawLineAlongConvexHull extends ObjectCollectionProviderUnary
Draws a lines between successive points on the convex-hull of an object.

For each object: 1. extracts the convex hull of the outline (a set of points) 2. connects these points together by walking a line between them. This ensures it is a single connected component.

This only currently works in 2D on coplanar (XY) points.

Author:
Owen Feehan