|
3ds Max C++ API Reference
|
#include <box2.h>
Public Member Functions | |
| bool | IsEmpty () |
| void | SetEmpty () |
| FBox2 & | operator= (const FBox2 &r) |
| FBox2 & | operator+= (const Point2 &p) |
| FBox2 & | operator+= (const FBox2 &b) |
| bool | Contains (const Point2 &p) const |
Public Attributes | |
| Point2 | pmin |
| Point2 | pmax |
|
inline |
|
inline |
| bool Contains | ( | const Point2 & | p | ) | const |
| Point2 pmin |
| Point2 pmax |