Circle

abstract class Circle(radius: Number)

Functions

structure
Link copied to clipboard
fun structure(filled: Boolean): Structure

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