|
const ofVec2f & | toOf (const glm::vec2 &v) |
|
const ofVec3f & | toOf (const glm::vec3 &v) |
|
const ofVec4f & | toOf (const glm::vec4 &v) |
|
const ofMatrix4x4 & | toOf (const glm::mat4 &v) |
|
const ofMatrix3x3 & | toOf (const glm::mat3 &v) |
|
const glm::vec2 & | toGlm (const ofVec2f &v) |
|
const glm::vec3 & | toGlm (const ofVec3f &v) |
|
const glm::vec4 & | toGlm (const ofVec4f &v) |
|
const glm::mat4 & | toGlm (const ofMatrix4x4 &v) |
|
const glm::mat3 & | toGlm (const ofMatrix3x3 &v) |
|
const glm::vec2 & | toGlm (const glm::vec2 &v) |
|
const glm::vec3 & | toGlm (const glm::vec3 &v) |
|
const glm::vec4 & | toGlm (const glm::vec4 &v) |
|
const glm::quat | toGlm (const ofQuaternion &q) |
|
const glm::quat & | toGlm (const glm::quat &q) |
|
template<typename T , precision P> |
std::ostream & | glm::operator<< (std::ostream &os, const vec< 3, T, P > &vec) |
|
template<typename T , precision P> |
std::istream & | glm::operator>> (std::istream &is, vec< 3, T, P > &vec) |
|
template<typename T , precision P> |
std::ostream & | glm::operator<< (std::ostream &os, const vec< 2, T, P > &vec) |
|
template<typename T , precision P> |
std::istream & | glm::operator>> (std::istream &is, vec< 2, T, P > &vec) |
|
template<typename T , precision P> |
std::ostream & | glm::operator<< (std::ostream &os, const vec< 4, T, P > &vec) |
|
template<typename T , precision P> |
std::istream & | glm::operator>> (std::istream &is, vec< 4, T, P > &vec) |
|
template<typename T , precision P> |
std::ostream & | glm::operator<< (std::ostream &os, const mat< 3, 3, T, P > &mat) |
|
template<typename T , precision P> |
std::istream & | glm::operator>> (std::istream &is, mat< 3, 3, T, P > &mat) |
|
template<typename T , precision P> |
std::ostream & | glm::operator<< (std::ostream &os, const mat< 4, 4, T, P > &mat) |
|
template<typename T , precision P> |
std::istream & | glm::operator>> (std::istream &is, mat< 4, 4, T, P > &mat) |
|
template<typename T , precision P> |
std::ostream & | glm::operator<< (std::ostream &os, const qua< T, P > &q) |
|
template<typename T , precision P> |
std::istream & | glm::operator>> (std::istream &is, qua< T, P > &q) |
|
glm::vec3 | operator+ (const glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 | operator- (const glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 | operator* (const glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 | operator/ (const glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 & | operator+= (glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 & | operator-= (glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 & | operator*= (glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec3 & | operator/= (glm::vec3 &v1, const ofVec3f &v2) |
|
glm::vec2 | operator+ (const glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 | operator- (const glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 | operator* (const glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 | operator/ (const glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 & | operator+= (glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 & | operator-= (glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 & | operator*= (glm::vec2 &v1, const ofVec2f &v2) |
|
glm::vec2 & | operator/= (glm::vec2 &v1, const ofVec2f &v2) |
|