3ds Max C++ API Reference
|
This is the complete list of members for Point3, 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 |
Equals(const Point3 &p, float epsilon=1E-6f) const | Point3 | |
FLength() const | Point3 | inline |
FNormalize() const | Point3 | |
Length() const | Point3 | inline |
LengthSquared() const | Point3 | |
LengthUnify() | Point3 | |
MaxComponent() const | Point3 | |
MinComponent() const | Point3 | |
Normalize() const | Point3 | |
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 float *() | Point3 | inline |
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 Point3 &p) const | Point3 | inline |
operator%(const Point3 &) const | Point3 | inline |
operator*(const Point3 &) const | Point3 | inline |
operator*=(float) | Point3 | inline |
operator*=(const Point3 &) | Point3 | inline |
operator+() const | Point3 | inline |
operator+(const Point3 &) const | Point3 | inline |
operator+=(const Point3 &) | Point3 | inline |
operator-() const | Point3 | inline |
operator-(const Point3 &) const | Point3 | inline |
operator-=(const Point3 &) | Point3 | inline |
operator/(const Point3 &) const | Point3 | inline |
operator/=(float) | Point3 | inline |
operator=(const Point3 &)=default | Point3 | |
operator=(Point3 &&)=default | Point3 | |
operator==(const Point3 &p) const | Point3 | inline |
operator[](int i) | Point3 | inline |
operator[](int i) const | Point3 | inline |
operator^(const Point3 &) const | Point3 | |
Origin | Point3 | static |
Point3()=default | Point3 | |
Point3(const Point3 &)=default | Point3 | |
Point3(Point3 &&)=default | Point3 | |
Point3(float X, float Y, float Z) | Point3 | inline |
Point3(double X, double Y, double Z) | Point3 | inline |
Point3(int X, int Y, int Z) | Point3 | inline |
Point3(const float af[3]) | Point3 | inline |
Point3(const Color &c) | Point3 | |
Point3(const AColor &c) | Point3 | |
Point3(const Point4 &p) | Point3 | |
Set(float X, float Y, float Z) | Point3 | inline |
Unify() | Point3 | |
x | Point3 | |
XAxis | Point3 | static |
XY() const | Point3 | |
y | Point3 | |
YAxis | Point3 | static |
z | Point3 | |
ZAxis | Point3 | static |