|
FRX SDK Documentation 2025 SP0
|
#include <IntPoint3d.h>
Public Member Functions | |
| IntPoint3d (int, int, int) | |
| IntPoint3d (void) | |
| IntPoint3d (const IntPoint3d &) | |
| bool | operator!= (IntPoint3d) const |
| bool | operator== (IntPoint3d) const |
| IntPoint2d const & | toIntPoint2d (void) const |
| IntPoint3d & | operator= (IntPoint3d &&) |
| IntPoint3d & | operator= (IntPoint3d const &) |
| IntPoint3d | operator+ (IntPoint3d) const |
| IntPoint3d | operator+ (IntVector3d) const |
| IntPoint3d | operator- (IntVector3d) const |
| IntVector3d | operator- (IntPoint3d) const |
| int & | operator[] (int) |
| int | operator[] (int) const |
| void | operator+= (IntPoint3d) |
| void | operator+= (IntVector3d) |
| void | operator-= (IntPoint3d) |
| void | operator-= (IntVector3d) |
Static Public Attributes | |
| static IntPoint3d const | kNull |
Definition at line 21 of file IntPoint3d.h.
| IntPoint3d::IntPoint3d | ( | void | ) |
|
inline |
Definition at line 29 of file IntPoint3d.h.
| bool IntPoint3d::operator!= | ( | IntPoint3d | ) | const |
| IntPoint3d IntPoint3d::operator+ | ( | IntPoint3d | ) | const |
| IntPoint3d IntPoint3d::operator+ | ( | IntVector3d | ) | const |
| void IntPoint3d::operator+= | ( | IntPoint3d | ) |
| void IntPoint3d::operator+= | ( | IntVector3d | ) |
| IntVector3d IntPoint3d::operator- | ( | IntPoint3d | ) | const |
| IntPoint3d IntPoint3d::operator- | ( | IntVector3d | ) | const |
| void IntPoint3d::operator-= | ( | IntPoint3d | ) |
| void IntPoint3d::operator-= | ( | IntVector3d | ) |
| IntPoint3d & IntPoint3d::operator= | ( | IntPoint3d && | ) |
| IntPoint3d & IntPoint3d::operator= | ( | IntPoint3d const & | ) |
| bool IntPoint3d::operator== | ( | IntPoint3d | ) | const |
| IntPoint2d const & IntPoint3d::toIntPoint2d | ( | void | ) | const |
|
static |
Definition at line 24 of file IntPoint3d.h.