Geometry

abstract class Geometry

Ein Objekt, das aus n primitiven Geometrischen Formen - Dreiecken - besteht.

Author

Michael Andonie

Constructors

Link copied to clipboard
constructor(shapeSupplier: Supplier<Shape>)
Konstruktor.

Properties

Link copied to clipboard
open var color: Color
Die Farbe dieses Geometry-Objekts.

Functions

Link copied to clipboard
open fun animateColor(duration: Float, color: Color): ValueAnimator<Float>