This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofVec2f Member List
This is the complete list of members for ofVec2f, including all inherited members.
align(const ofVec2f &vec, float tolerance=0.0001f) const | ofVec2f | |
alignRad(const ofVec2f &vec, float tolerance=0.0001f) const | ofVec2f | |
angle(const ofVec2f &vec) const | ofVec2f | |
angleRad(const ofVec2f &vec) const | ofVec2f | |
average(const ofVec2f *points, std::size_t num) | ofVec2f | |
distance(const ofVec2f &pnt) const | ofVec2f | |
dot(const ofVec2f &vec) const | ofVec2f | |
getInterpolated(const ofVec2f &pnt, float p) const | ofVec2f | |
getLimited(float max) const | ofVec2f | |
getMapped(const ofVec2f &origin, const ofVec2f &vx, const ofVec2f &vy) const | ofVec2f | |
getMiddle(const ofVec2f &pnt) const | ofVec2f | |
getNormalized() const | ofVec2f | |
getPerpendicular() const | ofVec2f | |
getPtr() | ofVec2f | inline |
getPtr() const | ofVec2f | inline |
getRotated(float angle) const | ofVec2f | |
getRotated(float angle, const ofVec2f &pivot) const | ofVec2f | |
getRotatedRad(float angle) const | ofVec2f | |
getRotatedRad(float angle, const ofVec2f &pivot) const | ofVec2f | |
getScaled(const float length) const | ofVec2f | |
interpolate(const ofVec2f &pnt, float p) | ofVec2f | |
isAligned(const ofVec2f &vec, float tolerance=0.0001f) const | ofVec2f | |
isAlignedRad(const ofVec2f &vec, float tolerance=0.0001f) const | ofVec2f | |
length() const | ofVec2f | |
lengthSquared() const | ofVec2f | |
limit(float max) | ofVec2f | |
map(const ofVec2f &origin, const ofVec2f &vx, const ofVec2f &vy) | ofVec2f | |
match(const ofVec2f &vec, float tolerance=0.0001f) const | ofVec2f | |
middle(const ofVec2f &pnt) | ofVec2f | |
normalize() | ofVec2f | |
ofVec2f() | ofVec2f | |
ofVec2f(float scalar) | ofVec2f | explicit |
ofVec2f(float x, float y) | ofVec2f | |
ofVec2f(const ofVec3f &vec) | ofVec2f | |
ofVec2f(const ofVec4f &vec) | ofVec2f | |
ofVec2f(const glm::vec2 &v) | ofVec2f | |
ofVec2f(const glm::vec3 &v) | ofVec2f | |
ofVec2f(const glm::vec4 &v) | ofVec2f | |
operator glm::vec2() const | ofVec2f | |
operator!=(const ofVec2f &vec) const | ofVec2f | |
operator*(const ofVec2f &vec) const | ofVec2f | |
operator*(const float f) const | ofVec2f | |
operator*=(const ofVec2f &vec) | ofVec2f | |
operator*=(const float f) | ofVec2f | |
operator+(const ofVec2f &vec) const | ofVec2f | |
operator+(const float f) const | ofVec2f | |
operator+=(const ofVec2f &vec) | ofVec2f | |
operator+=(const float f) | ofVec2f | |
operator-(const ofVec2f &vec) const | ofVec2f | |
operator-(const float f) const | ofVec2f | |
operator-() const | ofVec2f | |
operator-=(const ofVec2f &vec) | ofVec2f | |
operator-=(const float f) | ofVec2f | |
operator/(const ofVec2f &vec) const | ofVec2f | |
operator/(const float f) const | ofVec2f | |
operator/=(const ofVec2f &vec) | ofVec2f | |
operator/=(const float f) | ofVec2f | |
operator==(const ofVec2f &vec) const | ofVec2f | |
operator[](int n) | ofVec2f | inline |
operator[](int n) const | ofVec2f | inline |
perpendicular() | ofVec2f | |
rotate(float angle) | ofVec2f | |
rotate(float angle, const ofVec2f &pivot) | ofVec2f | |
rotateRad(float angle) | ofVec2f | |
rotateRad(float angle, const ofVec2f &pivot) | ofVec2f | |
scale(const float length) | ofVec2f | |
set(float x, float y) | ofVec2f | |
set(const ofVec2f &vec) | ofVec2f | |
set(float scalar) | ofVec2f | |
squareDistance(const ofVec2f &pnt) const | ofVec2f | |
x | ofVec2f | |
y | ofVec2f |