Hull

data class Hull(val points: List<Vec2>)

A convex hull computed from a set of points. Used to create convex polygons via Geometry.makePolygon().

Parameters

points

The hull vertices (max 8)

Constructors

Link copied to clipboard
constructor(points: List<Vec2>)

Properties

Link copied to clipboard