Skip to main content

Class: ConvexHullProducer

PathBuilding.ConvexHullProducer(ArrayTypeopt)

Provides convex hull algorithm implementation

Constructor

new ConvexHullProducer(ArrayTypeopt)

Parameters:
NameTypeAttributesDefaultDescription
ArrayTypeClass.<(Float32Array|Array)><optional>Float32ArrayConvex data type

Methods

monotoneChain(points)

Monotone chain algorithm implementation

Parameters:
NameTypeDescription
pointsPolygon

See:

Home