|
JX Application Framework
|
#include "jMath.h"Classes | |
| class | JPoint |
Functions | |
| std::istream & | operator>> (std::istream &input, JPoint &pt) |
| std::ostream & | operator<< (std::ostream &output, const JPoint &pt) |
| JPoint | JPinInRect (const JPoint &pt, const JRect &r) |
| bool | operator== (const JPoint &p1, const JPoint &p2) |
| JPoint | operator+ (const JPoint &p1, const JPoint &p2) |
| JPoint | operator- (const JPoint &p1, const JPoint &p2) |
| JPoint | operator* (const JPoint &p, const JFloat s) |
| JPoint | operator* (const JFloat s, const JPoint &p) |
| JPoint | operator/ (const JPoint &p, const JFloat s) |
Shift the given point as little as possible to put it inside the given rect.
| std::ostream & operator<< | ( | std::ostream & | output, |
| const JPoint & | pt | ||
| ) |
| std::istream & operator>> | ( | std::istream & | input, |
| JPoint & | pt | ||
| ) |