Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

Rectangle Class Reference
[Graphics]

Inheritance diagram for Rectangle:

Sprite

List of all members.


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

Author:
Mattias Gustavsson

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.



Pixie University and the Pixie Game Engine is created and managed by Mattias Gustavsson.
Reproduction/republishing of any material on this site without permission is strictly prohibited.