indexOf

open override fun indexOf(element: Point): Int

Retrieves the position of the point in the immutable point collection. The first point that is equal to the supplied point is returned.

Return

The position of the point in the collection, -1 otherwise.

Since

200.1.0

Parameters

element

The point to find