|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/gf/rotation.h"#include "pxr/base/gf/vec3d.h"#include "pxr/base/gf/api.h"#include <iosfwd>
Include dependency graph for transform.h:Go to the source code of this file.
Classes | |
| class | GfTransform |
Functions | |
| GF_API std::ostream & | operator<< (std::ostream &, const GfTransform &) |
| GF_API std::ostream& operator<< | ( | std::ostream & | , |
| const GfTransform & | |||
| ) |
Output a GfTransform using the format [scale, scaleorientation, rotation, center, translation].