Rectangle Class Reference

#include <xorrectangle.h>

Public Member Functions

 Rectangle ()
 Rectangle (float _x, float _y, float _w, float _h)

Data Fields

float x
float y
float w
float h

Detailed Description

Definition at line 28 of file xorrectangle.h.


Constructor & Destructor Documentation

Rectangle::Rectangle (  )  [inline]

Definition at line 31 of file xorrectangle.h.

Rectangle::Rectangle ( float  _x,
float  _y,
float  _w,
float  _h 
) [inline]

Definition at line 35 of file xorrectangle.h.


Field Documentation

float Rectangle::h

Definition at line 42 of file xorrectangle.h.

Referenced by XORRectangle::draw().

float Rectangle::w

Definition at line 41 of file xorrectangle.h.

Referenced by XORRectangle::draw().

float Rectangle::x

Definition at line 39 of file xorrectangle.h.

Referenced by XORRectangle::draw().

float Rectangle::y

Definition at line 40 of file xorrectangle.h.

Referenced by XORRectangle::draw().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2