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

getPoint

open fun getPoint(pointIndex: Int): FloatArray!

Returns the element at the specified position in this list.

Parameters

pointIndex - Int: index of the element to return

Exceptions

IndexOutOfBoundsException -

Return
FloatArray!: the point element at the specified position in this list

open fun getPoint(pointIndex: Int, dst: FloatArray!): FloatArray!

Returns the element at the specified position in this list.

Parameters

pointIndex - Int: index of the element to return

dst - FloatArray!: destination element

Exceptions

IndexOutOfBoundsException -

Return
FloatArray!: the element at the specified position in this list