contains

operator fun contains(point: Vector2): Boolean(source)

Checks if the given point is located inside the circle.

Return

true if the point is inside the circle, false otherwise.

Parameters

point

the point to check.