ofPoint(float _x=0.0f, float _y=0.0f, float _z=0.0f) | ofPoint | [inline] |
ofPoint(const ofPoint &pnt) | ofPoint | [inline] |
operator!=(const ofPoint &pnt) | ofPoint | [inline] |
operator*(const ofPoint &pnt) const | ofPoint | [inline] |
operator*(const float &val) const | ofPoint | [inline] |
operator*=(const ofPoint &pnt) | ofPoint | [inline] |
operator*=(const float &val) | ofPoint | [inline] |
operator+(const ofPoint &pnt) const | ofPoint | [inline] |
operator+(const float &val) const | ofPoint | [inline] |
operator+=(const ofPoint &pnt) | ofPoint | [inline] |
operator+=(const float &val) | ofPoint | [inline] |
operator-() const | ofPoint | [inline] |
operator-(const ofPoint &pnt) const | ofPoint | [inline] |
operator-(const float &val) const | ofPoint | [inline] |
operator-=(const ofPoint &pnt) | ofPoint | [inline] |
operator-=(const float &val) | ofPoint | [inline] |
operator/(const ofPoint &pnt) const | ofPoint | [inline] |
operator/(const float &val) const | ofPoint | [inline] |
operator/=(const ofPoint &pnt) | ofPoint | [inline] |
operator/=(const float &val) | ofPoint | [inline] |
operator=(const ofPoint &pnt) | ofPoint | [inline] |
operator=(const float &val) | ofPoint | [inline] |
operator==(const ofPoint &pnt) | ofPoint | [inline] |
set(float _x, float _y, float _z=0) | ofPoint | [inline] |
v | ofPoint | |
x | ofPoint | |
y | ofPoint | |
z | ofPoint | |
~ofPoint() | ofPoint | [inline, virtual] |