JX Application Framework
|
#include <JPoint.h>
Public Member Functions | |
JPoint () | |
JPoint (const JCoordinate x1, const JCoordinate y1) | |
void | Set (const JCoordinate x1, const JCoordinate y1) |
JPoint & | operator+= (const JPoint &p) |
JPoint & | operator-= (const JPoint &p) |
JPoint & | operator*= (const JFloat s) |
JPoint & | operator/= (const JFloat s) |
JPoint | operator- () const |
Public Attributes | |
JCoordinate | x |
JCoordinate | y |
System independent routines for dealing with points The coordinate system is the standard computer graphics system: +---> x | y
|
inline |
|
inline |
|
inline |
|
inline |
JCoordinate JPoint::x |
JCoordinate JPoint::y |