HDK
|
#include "pxr/pxr.h"
#include "pxr/base/gf/quaternion.h"
#include "pxr/base/gf/quatd.h"
#include "pxr/base/gf/matrix4d.h"
#include "pxr/base/gf/vec3d.h"
#include "pxr/base/gf/vec3f.h"
#include "pxr/base/gf/api.h"
#include "pxr/base/tf/hash.h"
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | GfRotation |
Functions | |
GF_API std::ostream & | operator<< (std::ostream &, const GfRotation &) |
GF_API std::ostream& operator<< | ( | std::ostream & | , |
const GfRotation & | |||
) |
Output a GfRotation using the format [(x y z) a].