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