XYCircle

class XYCircle(x: Float, y: Float, radius: Float) : XYGeometry

Represents a circle on the XY plane.

NOTES:

  1. X/Y precision is float.

  2. Radius precision is float.

Constructors

Link copied to clipboard
constructor(x: Float, y: Float, radius: Float)

Properties

Link copied to clipboard

radius

Link copied to clipboard
val x: Float

Center x

Link copied to clipboard
val y: Float

Center y

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String