This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofVec4f Member List
This is the complete list of members for ofVec4f, including all inherited members.
average(const ofVec4f *points, int num) | ofVec4f | |
distance(const ofVec4f &pnt) const | ofVec4f | |
dot(const ofVec4f &vec) const | ofVec4f | |
getInterpolated(const ofVec4f &pnt, float p) const | ofVec4f | |
getLimited(float max) const | ofVec4f | |
getMiddle(const ofVec4f &pnt) const | ofVec4f | |
getNormalized() const | ofVec4f | |
getPtr() | ofVec4f | inline |
getPtr() const | ofVec4f | inline |
getScaled(const float length) const | ofVec4f | |
interpolate(const ofVec4f &pnt, float p) | ofVec4f | |
length() const | ofVec4f | |
lengthSquared() const | ofVec4f | |
limit(float max) | ofVec4f | |
match(const ofVec4f &vec, float tolerance=0.0001f) const | ofVec4f | |
middle(const ofVec4f &pnt) | ofVec4f | |
normalize() | ofVec4f | |
ofVec4f() | ofVec4f | |
ofVec4f(float _scalar) | ofVec4f | explicit |
ofVec4f(float _x, float _y, float _z, float _w) | ofVec4f | |
ofVec4f(const ofVec2f &vec) | ofVec4f | |
ofVec4f(const ofVec3f &vec) | ofVec4f | |
ofVec4f(const glm::vec2 &vec) | ofVec4f | |
ofVec4f(const glm::vec3 &vec) | ofVec4f | |
ofVec4f(const glm::vec4 &vec) | ofVec4f | |
operator glm::vec4() const | ofVec4f | |
operator!=(const ofVec4f &vec) const | ofVec4f | |
operator*(const ofVec4f &vec) const | ofVec4f | |
operator*(const float f) const | ofVec4f | |
operator*=(const ofVec4f &vec) | ofVec4f | |
operator*=(const float f) | ofVec4f | |
operator+(const ofVec4f &vec) const | ofVec4f | |
operator+(const float f) const | ofVec4f | |
operator+=(const ofVec4f &vec) | ofVec4f | |
operator+=(const float f) | ofVec4f | |
operator-(const float f) const | ofVec4f | |
operator-(const ofVec4f &vec) const | ofVec4f | |
operator-() const | ofVec4f | |
operator-=(const float f) | ofVec4f | |
operator-=(const ofVec4f &vec) | ofVec4f | |
operator/(const ofVec4f &vec) const | ofVec4f | |
operator/(const float f) const | ofVec4f | |
operator/=(const ofVec4f &vec) | ofVec4f | |
operator/=(const float f) | ofVec4f | |
operator==(const ofVec4f &vec) const | ofVec4f | |
operator[](int n) | ofVec4f | inline |
operator[](int n) const | ofVec4f | inline |
scale(const float length) | ofVec4f | |
set(float _scalar) | ofVec4f | |
set(float _x, float _y, float _z, float _w) | ofVec4f | |
set(const ofVec4f &vec) | ofVec4f | |
squareDistance(const ofVec4f &pnt) const | ofVec4f | |
w | ofVec4f | |
x | ofVec4f | |
y | ofVec4f | |
z | ofVec4f |