removeAll
Removes all points from the collection.
pointPrimitives.add(...);
pointPrimitives.add(...);
pointPrimitives.removeAll();
Content copied to clipboard
Removes all points from the collection.
pointPrimitives.add(...);
pointPrimitives.add(...);
pointPrimitives.removeAll();