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

removePoint

open fun removePoint(pointIndex: Int): Unit

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
Unit: the element that was removed from the list