Public Member Functions | Public Attributes

Recti Struct Reference

Basic 2D rectangle. More...

#include <Common.h>

List of all members.

Public Member Functions

 Recti ()
 Recti (int x, int y, int w, int h)

Public Attributes

int x
int y
int x2
int y2
int w
int h

Detailed Description

Basic 2D rectangle.


Constructor & Destructor Documentation

Recti::Recti (  )  [inline]
Recti::Recti ( int  x,
int  y,
int  w,
int  h 
) [inline]

Member Data Documentation

int Recti::h
int Recti::w
int Recti::x
int Recti::x2
int Recti::y
int Recti::y2

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines