3ds Max C++ API Reference
|
This is the complete list of members for Point2, 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 |
DotProd(const Point2 &) const | Point2 | inline |
Equals(const Point2 &p, float epsilon=1E-6f) | Point2 | |
Length() const | Point2 | inline |
LengthUnify() | Point2 | |
MaxComponent() const | Point2 | |
MinComponent() const | Point2 | |
Normalize() const | Point2 | |
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 *() | Point2 | 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 Point2 &p) const | Point2 | inline |
operator*(const Point2 &) const | Point2 | inline |
operator*=(const Point2 &) | Point2 | inline |
operator*=(float) | Point2 | inline |
operator+() const | Point2 | inline |
operator+(const Point2 &) const | Point2 | inline |
operator+=(const Point2 &) | Point2 | inline |
operator-() const | Point2 | inline |
operator-(const Point2 &) const | Point2 | inline |
operator-=(const Point2 &) | Point2 | inline |
operator/=(float) | Point2 | inline |
operator=(const Point2 &)=default | Point2 | |
operator=(Point2 &&)=default | Point2 | |
operator==(const Point2 &p) const | Point2 | inline |
operator[](int i) | Point2 | inline |
operator[](int i) const | Point2 | inline |
Origin | Point2 | static |
Point2()=default | Point2 | |
Point2(const Point2 &)=default | Point2 | |
Point2(Point2 &&)=default | Point2 | |
Point2(float X, float Y) | Point2 | inline |
Point2(double X, double Y) | Point2 | inline |
Point2(int X, int Y) | Point2 | inline |
Point2(const IPoint2 &a) | Point2 | inlineexplicit |
Point2(const float af[2]) | Point2 | inline |
Set(float X, float Y) | Point2 | inline |
Unify() | Point2 | |
x | Point2 | |
XAxis | Point2 | static |
y | Point2 | |
YAxis | Point2 | static |