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

set

open fun set(index: Int, element: Float): Float

Replaces the element at the specified position in this list with the specified element.

Parameters

index - Int: index of the element to replace

element - Float: element to be stored at the specified position

Exceptions

IndexOutOfBoundsException -

Return
Float: the element previously at the specified position

open fun set(pointIndex: Int, point: FloatArray!): Unit

Replaces the element at the specified position in this list with the specified element.

Parameters

pointIndex - Int: index of the element to replace

point - FloatArray!: element to be stored at the specified position

Exceptions

IndexOutOfBoundsException -