Module: compute/voteCasters/ranking/splitConvex

(require("compute/voteCasters/ranking/splitConvex"))(points, plane) → {Object}

Beware, points are references to old points, so make sure to make a copy afterward.
Parameters:
Name Type Description
points Array.<Array.<number>>
plane Array.<number>
Source:
Returns:
- Object containing properties positive and negative, each being a set of points
Type
Object