Files
KSpigot/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

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