set

open operator override fun set(index: Int, element: Point): Point

Replace a point in the mutable point collection at the specified point index.

Return

the point that was replaced.

Since

200.1.0

Parameters

index

Zero-based index of the point.

element

The point.

Throws

if index is out of range.