contains

open operator override fun contains(point: Vector2F): Boolean

Returns true if this circle contains the given point.


open operator override fun contains(annulus: Annulus): Boolean

Returns true if this circle contains the whole given annulus.


open operator override fun contains(circle: Circle): Boolean

Returns true if this circle contains the whole given circle.