ly.img.android.pesdk.utils / TransformedMotionEvent / getPosition

getPosition

fun getPosition(index: int): kotlin.Array<float>

Get the transformed pos of the point.

Parameters

index - int: point index @see #getPointerCount

Return
kotlin.Array<float>: transformed pos of the point.

fun getPosition(index: int, dest: kotlin.Array<float>): kotlin.Array<float>

Get the transformed pos of the point.

Parameters

index - int: point index @see #getPointerCount

Return
kotlin.Array<float>: transformed pos of the point.