This is the complete list of members for CCPoint, including all inherited members.
CCPoint() | CCPoint | |
CCPoint(float x, float y) | CCPoint | |
CCPoint(const CCPoint &other) | CCPoint | |
CCPoint(const CCSize &size) | CCPoint | |
cross(const CCPoint &other) const | CCPoint | inline |
dot(const CCPoint &other) const | CCPoint | inline |
equals(const CCPoint &target) const | CCPoint | |
forAngle(const float a) | CCPoint | inlinestatic |
fuzzyEquals(const CCPoint &target, float variance) const | CCPoint | |
getAngle() const | CCPoint | inline |
getAngle(const CCPoint &other) const | CCPoint | |
getDistance(const CCPoint &other) const | CCPoint | inline |
getDistanceSq(const CCPoint &other) const | CCPoint | inline |
getLength() const | CCPoint | inline |
getLengthSq() const | CCPoint | inline |
getPerp() const | CCPoint | inline |
getRPerp() const | CCPoint | inline |
lerp(const CCPoint &other, float alpha) const | CCPoint | inline |
normalize() const | CCPoint | inline |
operator*(float a) const | CCPoint | |
operator+(const CCPoint &right) const | CCPoint | |
operator-(const CCPoint &right) const | CCPoint | |
operator-() const | CCPoint | |
operator/(float a) const | CCPoint | |
operator=(const CCPoint &other) | CCPoint | |
operator=(const CCSize &size) | CCPoint | |
project(const CCPoint &other) const | CCPoint | inline |
rotate(const CCPoint &other) const | CCPoint | inline |
rotateByAngle(const CCPoint &pivot, float angle) const | CCPoint | |
setPoint(float x, float y) | CCPoint | |
unrotate(const CCPoint &other) const | CCPoint | inline |
x | CCPoint | |
y | CCPoint |