3ds Max C++ API Reference
|
This is the complete list of members for Box2, including all inherited members.
Box2() | Box2 | |
Box2(const IPoint2 &a, const IPoint2 &b) | Box2 | |
Contains(const IPoint2 &p) const | Box2 | |
GetCenter() const | Box2 | inline |
h() const | Box2 | inline |
IntersectsLine(int x0, int y0, int x1, int y1) const | Box2 | |
IsEmpty() | Box2 | |
operator!=(const Box2 &b) const | Box2 | inline |
operator+=(const Box2 &b) | Box2 | |
operator+=(const IPoint2 &p) | Box2 | |
operator=(const RECT &r) | Box2 | |
operator=(RECT &r) | Box2 | |
operator==(const Box2 &b) const | Box2 | inline |
Rectify() | Box2 | |
Scale(float f) | Box2 | |
SetEmpty() | Box2 | |
SetH(int h) | Box2 | inline |
SetW(int w) | Box2 | inline |
SetWH(int w, int h) | Box2 | inline |
SetX(int x) | Box2 | inline |
SetXY(int x, int y) | Box2 | inline |
SetY(int y) | Box2 | inline |
Translate(IPoint2 t) | Box2 | |
w() const | Box2 | inline |
x() const | Box2 | inline |
y() const | Box2 | inline |