Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

os::Point Class Reference

#include <point.h>

List of all members.

Public Methods

 Point ()
 Point (const Point &cPnt)
 Point (const IPoint &cPnt)
 Point (float nX, float nY)
Point operator- (void) const
Point operator+ (const Point &cPoint) const
Point operator- (const Point &cPoint) const
const Point& operator+= (const Point &cPoint)
const Point& operator-= (const Point &cPoint)
bool operator< (const Point &cPoint) const
bool operator> (const Point &cPoint) const
bool operator== (const Point &cPoint) const
bool operator!= (const Point &cPoint) const

Public Attributes

float x
float y


Detailed Description

Description:
See also:
Author(s):
Kurt Skauen (kurt@atheos.cx)


Constructor & Destructor Documentation

os::Point::Point ( ) [inline]
 

os::Point::Point ( const Point & cPnt ) [inline]
 

os::Point::Point ( const IPoint & cPnt ) [inline, explicit]
 

os::Point::Point ( float nX,
float nY ) [inline]
 


Member Function Documentation

bool os::Point::operator!= ( const Point & cPoint ) const [inline]
 

Point os::Point::operator+ ( const Point & cPoint ) const [inline]
 

const Point & os::Point::operator+= ( const Point & cPoint ) [inline]
 

Point os::Point::operator- ( const Point & cPoint ) const [inline]
 

Point os::Point::operator- ( void ) const [inline]
 

const Point & os::Point::operator-= ( const Point & cPoint ) [inline]
 

bool os::Point::operator< ( const Point & cPoint ) const [inline]
 

bool os::Point::operator== ( const Point & cPoint ) const [inline]
 

bool os::Point::operator> ( const Point & cPoint ) const [inline]
 


Member Data Documentation

float os::Point::x
 

float os::Point::y
 


The documentation for this class was generated from the following file:
Generated at Sat Apr 7 16:11:38 2001 for AtheOS higlevel API by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001