Circle

open class Circle

Beschreibt einen Kreis.

Author

Michael Andonie

Niklas Keller

Constructors

Link copied to clipboard
constructor(diameter: Float)
Konstruktor.

Properties

Link copied to clipboard
open val diameter: Float

Functions

Link copied to clipboard
open fun getRadius(): Float
Gibt den Radius des Kreises aus.
Link copied to clipboard
open fun render(g: Graphics2D, pixelPerMeter: Float)
Link copied to clipboard
open fun resetRadius(radius: Float)
Setzt den Radius des Kreises neu.