Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

PG_Point Class Reference

Collaboration diagram for PG_Point:

Collaboration graph
[legend]
List of all members.

Detailed Description

A wrapper for a point on the screen.

Author:
Alexander Pipelka

Useful when its necessary to specify a 2D using Cartesian coordinates (x, y).


Public Member Functions

 PG_Point ()
 PG_Point (Sint16 _x, Sint16 _y)

Public Attributes

Sint16 x
Sint16 y

Static Public Attributes

PG_Point null


Constructor & Destructor Documentation

PG_Point::PG_Point  ) 
 

PG_Point::PG_Point Sint16  _x,
Sint16  _y
 


Member Data Documentation

PG_Point PG_Point::null [static]
 

Sint16 PG_Point::x
 

Sint16 PG_Point::y
 



The ParaGUI Project - Alexander Pipelka