contains

fun contains(pointPrimitive: PointPrimitive? = definedExternally): Boolean(source)

Check whether this collection contains a given point.

Return

true if this collection contains the point, false otherwise.

Parameters

pointPrimitive

The point to check for.

See also