|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/gf/api.h"#include "pxr/base/gf/declare.h"#include "pxr/base/gf/traits.h"#include "pxr/base/gf/quatd.h"#include "pxr/base/tf/hash.h"#include <iosfwd>
Include dependency graph for dualQuatd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | GfIsGfDualQuat< class GfDualQuatd > |
| class | GfDualQuatd |
Functions | |
| double | GfDot (const GfDualQuatd &dq1, const GfDualQuatd &dq2) |
| Return the dot (inner) product of two dual quaternions. More... | |
| GF_API std::ostream & | operator<< (std::ostream &out, const GfDualQuatd &dq) |
|
inline |
Return the dot (inner) product of two dual quaternions.
Returns the dot (inner) product of two dual quaternions.
Definition at line 260 of file dualQuatd.h.
| GF_API std::ostream& operator<< | ( | std::ostream & | out, |
| const GfDualQuatd & | dq | ||
| ) |
Output a GfDualQuatd using the format ((rw, rx, ry, rz), (dw, dx, dy, dz)).