JX Application Framework
|
Classes | |
class | JRect |
Functions | |
bool | JIntersection (const JRect &r1, const JRect &r2, JRect *result) |
JRect | JCovering (const JRect &r1, const JRect &r2) |
std::istream & | operator>> (std::istream &input, JRect &r) |
std::ostream & | operator<< (std::ostream &output, const JRect &r) |
bool | operator== (const JRect &r1, const JRect &r2) |
JRect | operator+ (const JRect &r, const JPoint &p) |
JRect | operator- (const JRect &r, const JPoint &p) |
Returns the smallest rectangle enclosing the two given rectangles.
Returns true if the intersection of r1 and r2 is not empty. It is safe for r1 or r2 to also be the result.
std::ostream & operator<< | ( | std::ostream & | output, |
const JRect & | r | ||
) |
std::istream & operator>> | ( | std::istream & | input, |
JRect & | r | ||
) |