#include <box2.h>
Public Member Functions |
|
int | IsEmpty () |
void | SetEmpty () |
FBox2 & | operator= (const FBox2 &r) |
GEOMEXPORT FBox2 & | operator+= (const Point2 &p) |
GEOMEXPORT FBox2 & | operator+= (const FBox2 &b) |
GEOMEXPORT int | Contains (const Point2 &p) const |
Public Attributes |
|
Point2 | pmin |
Point2 | pmax |
int IsEmpty | ( | ) | [inline] |
void SetEmpty | ( | ) | [inline] |
GEOMEXPORT int Contains | ( | const Point2 & | p | ) | const |