getPoint

Returns the element at the specified position in this list.

Return

the point element at the specified position in this list

Parameters

pointIndex

index of the element to return

open fun getPoint(pointIndex: Int): Array<Float>

Returns the element at the specified position in this list.

Return

the element at the specified position in this list

Parameters

dst

destination element

pointIndex

index of the element to return

open fun getPoint(pointIndex: Int, dst: Array<Float>): Array<Float>