ly.img.android.pesdk.utils / FloatPointList / removePoint

removePoint

fun removePoint(pointIndex: int): void

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

Parameters

pointIndex - int: the index of the element to be removed

Exceptions

IndexOutOfBoundsException -

Return
void: the element that was removed from the list