This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
#include "ofQuaternion.h"
#include "ofMatrix4x4.h"
#include "ofMath.h"
#include "ofMathConstants.h"
#include "glm/gtc/quaternion.hpp"
Macros | |
#define | GLM_FORCE_CTOR_INIT |
#define | QX _v.x |
#define | QY _v.y |
#define | QZ _v.z |
#define | QW _v.w |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ofQuaternion &q) |
std::istream & | operator>> (std::istream &is, ofQuaternion &q) |
Macro Definition Documentation
◆ GLM_FORCE_CTOR_INIT
#define GLM_FORCE_CTOR_INIT |
◆ QW
#define QW _v.w |
◆ QX
#define QX _v.x |
◆ QY
#define QY _v.y |
◆ QZ
#define QZ _v.z |
Function Documentation
◆ operator<<()
std::ostream & operator<< | ( | std::ostream & | os, |
const ofQuaternion & | q | ||
) |
◆ operator>>()
std::istream & operator>> | ( | std::istream & | is, |
ofQuaternion & | q | ||
) |