Package-level declarations

Types

Link copied to clipboard
class AlphaShape(val points: List<Vector2>)

Class for creating alpha shapes. See the createContour and createShape methods to create an alpha shape.

Functions

Link copied to clipboard
fun List<Vector2>.alphaShape(): Shape

Create an alpha shape from list of Vector2