Module org.dyn4j

Package org.dyn4j.geometry.hull

This package contains algorithms used to create convex hulls of point clouds.

HullGenerator four different implementations:

The hulls are returned as Vector2[]s that can then be used to create a Convex Shape.

Algorithms implementing this interface are intended for general use but does not imply that the results produced would be appropriate for the core dyn4j engine.

All algorithms should produce a valid convex hull that encapsulates all the given points, but there's no guarantee that the algorithms produce identical results.

Since:
2.2.0
Version:
3.4.0
Author:
William Bittle