classify
function classify(ps: number[][]): Classification
Defined in global-properties/classification/classify.ts:199
Returns a classification of the given bezier curve.
- exact: not susceptible to floating point round-off
Note!
Green circles are draggable!
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Parameters:
Name | Type | Description |
---|---|---|
ps | number[][] | a bezier curve of order 0,1,2 or 3 given as an array of its control points. |