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

getPoint

@CheckResult fun getPoint(pointIndex: int): kotlin.Array<float>

Returns the element at the specified position in this list.

Parameters

pointIndex - int: index of the element to return

Exceptions

IndexOutOfBoundsException -

Return
kotlin.Array<float>: the point element at the specified position in this list

@Size(2) fun getPoint(pointIndex: int, @Size(2) dst: kotlin.Array<float>): kotlin.Array<float>

Returns the element at the specified position in this list.

Parameters

pointIndex - int: index of the element to return

dst - kotlin.Array<float>: destination element

Exceptions

IndexOutOfBoundsException -

Return
kotlin.Array<float>: the element at the specified position in this list