addPointsFromImmutable method

void addPointsFromImmutable({
  1. required ImmutablePointCollection points,
})

Add a new points to the end of the mutable point collection.

Parameters:

  • points — The new points to add.