hullPoints method

List<Point> hullPoints()

Returns the convex hull points.

Implementation

List<Point> hullPoints() {
  return hull.map(getPoint).toList();
}