|
lab_inheritance
Insidious Inheritance
|
A subclass of Drawable that can draw a flower. More...
#include <flower.h>
Public Member Functions | |
| Flower (const Vector2 ¢er) | |
| void | draw (cs225::PNG *canvas) const |
| This method will draw the object onto the canvas. More... | |
A subclass of Drawable that can draw a flower.
|
virtual |
This method will draw the object onto the canvas.
| canvas | to draw onto. |
Implements Drawable.