3ds Max C++ API Reference
|
This is the complete list of members for Box3, including all inherited members.
aligned_free(void *ptr) | MaxHeapOperators | static |
aligned_malloc(size_t size, size_t alignment) | MaxHeapOperators | static |
aligned_realloc(void *ptr, size_t size, size_t alignment) | MaxHeapOperators | static |
Box3() | Box3 | |
Box3(const Point3 &p, const Point3 &q) | Box3 | inline |
Center() const | Box3 | inline |
Contains(const Point3 &p) const | Box3 | |
Contains(const Box3 &b) const | Box3 | |
EnlargeBy(float s) | Box3 | |
IncludePoints(Point3 *pts, int numpoints, Matrix3 *tm=NULL) | Box3 | |
Init() | Box3 | |
Intersects(const Box3 &b) const | Box3 | |
IsEmpty() const | Box3 | |
IsInitialized() const | Box3 | |
MakeCube(const Point3 &p, float side) | Box3 | |
Max() const | Box3 | inline |
Min() const | Box3 | inline |
operator delete(void *ptr) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | static |
operator delete[](void *ptr) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | static |
operator new[](size_t size) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator!=(const Box3 &b) const | Box3 | inline |
operator*(const Matrix3 &tm) const | Box3 | |
operator+=(const Point3 &p) | Box3 | |
operator+=(const Box3 &b) | Box3 | |
operator==(const Box3 &b) const | Box3 | inline |
operator[](int i) const | Box3 | |
pmax | Box3 | |
pmin | Box3 | |
Scale(float s) | Box3 | |
Translate(const Point3 &p) | Box3 | |
TriBoxOverlap(const Point3 vert0, const Point3 vert1, const Point3 vert2) const | Box3 | |
Width() const | Box3 | inline |