Class: ConvexHullProducer
PathBuilding.ConvexHullProducer(ArrayTypeopt)
Provides convex hull algorithm implementation
Constructor
new ConvexHullProducer(ArrayTypeopt)
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
ArrayType | Class.<(Float32Array|Array)> | <optional> | Float32Array | Convex data type |
Methods
monotoneChain(points)
Monotone chain algorithm implementation
Parameters:
Name | Type | Description |
---|---|---|
points | Polygon |
See: