Circle

abstract class Circle(radius: Number)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
structure
Link copied to clipboard
fun structure(filled: Boolean): Structure
toString
Link copied to clipboard
open fun toString(): String

Properties

edgeLocations
Link copied to clipboard
val edgeLocations: HashSet<SimpleLocation2D>
edgeStructure
Link copied to clipboard
val edgeStructure: Structure
filledStructure
Link copied to clipboard
val filledStructure: Structure
fillLocations
Link copied to clipboard
val fillLocations: HashSet<SimpleLocation2D>
radius
Link copied to clipboard
val radius: Number

Inheritors

MaterialCircle
Link copied to clipboard
ParticleCircle
Link copied to clipboard
EntityCircle
Link copied to clipboard