getPosition

Get the transformed pos of the point.

Return

transformed pos of the point.

Parameters

index

point index @see #getPointerCount

open fun getPosition(index: Int): Array<Float>

Get the transformed pos of the point.

Return

transformed pos of the point.

Parameters

index

point index @see #getPointerCount

open fun getPosition(index: Int, dest: Array<Float>): Array<Float>