|
2D Geom Bibliothek
|
#include <Area.h>
Öffentliche Methoden | |
| virtual double | getArea ()=0 |
| virtual double | getPerimeter ()=0 |
| virtual bool | isInside (const Point *p)=0 |
Öffentliche Methoden geerbt von Drawable | |
| Drawable () | |
| virtual void | draw ()=0 |
| void | setColor (float red, float green, float blue) |
| const float * | getColor () const |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von Drawable | |
| virtual void | setupColor () |
Diese abstrakte Klasse ist die Baseklasse aller Komponenten die Flächeninhalt hat.
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.11