EntityCircle

class EntityCircle(radius: Number, entityType: EntityType) : Circle

Functions

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

Properties

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