Circle constructor, initialized position and radius
X coordinate of the position
Y coordinate of the position
Circle's radius
ReadonlypositionRange position
Circle radius
ReadonlytypeThe range type identifier
Protected_Updates the internal position values.
New x coordinate.
New y coordinate.
Checks if the given point is inside the circle
the point to check
true or false, checking if the given point is inside the circle
Check if the given range intersects the circle
the range to check
true or false, checking if the range is intersecting with the circle
Resets the circle position and radius, reusing the instance
X coordinate of the position
Y coordinate of the position
Circle's radius
the circle instance for chaining
Circular spatial range