removePoint

Removes the element at the specified position in this list. Shifts any subsequent elements to the left (subtracts one from their indices).

Return

the element that was removed from the list

Parameters

pointIndex

the index of the element to be removed

open fun removePoint(pointIndex: Int)