get

operator fun get(index: Int): Point(source)

Get the point at the specified index.

Return

The point at the specified index.

Parameters

index

The index of the point to retrieve.