AlphaShape
Class for creating alpha shapes. See the createContour and createShape methods to create an alpha shape.
Parameters
points
The points for which an alpha shape is calculated.
Properties
Functions
Link copied to clipboard
Returns a closed ShapeContour representing an alpha shape without holes; the smallest alpha is chosen such that the corresponding alpha shape contains all input points and can be represented by a closed ShapeContour.
Creates an alpha shape without holes
Link copied to clipboard
Creates an alpha shape
Link copied to clipboard
Returns a Shape representing an alpha shape; the smallest alpha is chosen such that the corresponding alpha shape contains all input points and can be represented by a Shape (in particular, it consists of one component).
Creates an alpha shape, possibly with holes
Link copied to clipboard
Link copied to clipboard