Rectangle Class Reference
[Graphics]
Inheritance diagram for Rectangle:

Public Member Functions | |
| Rectangle () | |
| Rectangle (SpriteManager *spriteManager) | |
| virtual | ~Rectangle () |
| virtual void | SetSize (float width, float height) |
| virtual void | SetWidth (float width) |
| virtual void | SetHeight (float height) |
| virtual float | GetWidth () const |
| virtual float | GetHeight () const |
Detailed Description
Definition at line 21 of file Rectangle.h.
Constructor & Destructor Documentation
| Rectangle::Rectangle | ( | ) |
Definition at line 8 of file Rectangle.cpp.
| Rectangle::Rectangle | ( | SpriteManager * | spriteManager | ) |
Definition at line 17 of file Rectangle.cpp.
| Rectangle::~Rectangle | ( | ) | [virtual] |
Definition at line 27 of file Rectangle.cpp.
Member Function Documentation
| void Rectangle::SetSize | ( | float | width, | |
| float | height | |||
| ) | [virtual] |
Definition at line 35 of file Rectangle.cpp.
| void Rectangle::SetWidth | ( | float | width | ) | [virtual] |
Definition at line 44 of file Rectangle.cpp.
| void Rectangle::SetHeight | ( | float | height | ) | [virtual] |
Definition at line 52 of file Rectangle.cpp.
| float Rectangle::GetWidth | ( | ) | const [virtual] |
Definition at line 60 of file Rectangle.cpp.
| float Rectangle::GetHeight | ( | ) | const [virtual] |
Definition at line 68 of file Rectangle.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
