3.5 KiB
3.5 KiB
title
title |
---|
Circle - |
//KSpigot/net.axay.kspigot.structures/Circle
Circle
[jvm] abstract class Circle(radius: Number)
Functions
Name | Summary |
---|---|
equals | [jvm] Content open operator override fun equals(other: Any?): Boolean |
hashCode | [jvm] Content open override fun hashCode(): Int |
structure | [jvm] Content fun structure(filled: Boolean): Structure |
toString | [jvm] Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
edgeLocations | [jvm] val edgeLocations: HashSet<SimpleLocation2D> |
edgeStructure | [jvm] val edgeStructure: Structure |
filledStructure | [jvm] val filledStructure: Structure |
fillLocations | [jvm] val fillLocations: HashSet<SimpleLocation2D> |
radius | [jvm] val radius: Number |
Inheritors
Name |
---|
MaterialCircle |
ParticleCircle |
EntityCircle |