Go to the source code of this file.
Classes | |
class | GfQuatf |
Basic type: a quaternion, a complex number with a real coefficient and three imaginary coefficients, stored as a 3-vector. More... | |
Functions | |
float | GfDot (const GfQuatf &q1, const GfQuatf &q2) |
Return the dot (inner) product of two quaternions. More... | |
GF_API GfQuatf | GfSlerp (double alpha, const GfQuatf &q0, const GfQuatf &q1) |
Spherically linearly interpolate between q0 and q1 . More... | |
GF_API GfQuatf | GfSlerp (const GfQuatf &q0, const GfQuatf &q1, double alpha) |
GF_API std::ostream & | operator<< (std::ostream &, GfQuatf const &) |
Output a GfQuatd using the format (re, i, j, k) More... | |