toNumberArray(output) → {array}
Export the points as an array of flat numbers, following the sequence [ x,y, x,y, x,y ]
Parameters
Name Type Argument Description output array <optional> The array to append the points to. If not specified a new array will be created.
Returns
array - The flattened array.
Source code: geom/Polygon.js (Line 61)