Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

PLPoint Class Reference

#include <plpoint.h>

List of all members.

Public Member Functions

 PLPoint (int X, int Y)
bool operator== (const PLPoint &pt) const
bool operator!= (const PLPoint &pt) const
void operator+= (const PLPoint &pt)
void operator-= (const PLPoint &pt)
PLPoint operator- () const
PLPoint operator+ (const PLPoint &pt) const
PLPoint operator- (const PLPoint &pt) const
PLPoint operator/ (double f) const

Public Attributes

int x
int y


Detailed Description

Simple point class for 2d integer coordinate manipulations. This class contains only inline functions and nothing virtual. Its member variables are public.

Definition at line 17 of file plpoint.h.


The documentation for this class was generated from the following file:
Generated on Sun Jun 6 13:42:23 2004 for paintlib by doxygen 1.3.2