|
HDK
|
#include <SYS/SYS_TypeDecorate.h>#include <UT/UT_Matrix4.h>#include <UT/UT_Quaternion.h>#include <UT/UT_SymMatrix3.h>#include <UT/UT_Vector3.h>#include <UT/UT_VectorTypes.h>#include <UT/UT_XformOrder.h>
Include dependency graph for GU_AgentXform.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GU_AgentXformT< T > |
| A factored transform geared for animation blending. More... | |
Typedefs | |
| using | GU_AgentXformF = GU_AgentXformT< float > |
| using | GU_AgentXformD = GU_AgentXformT< double > |
| using | GU_AgentXformR = GU_AgentXformT< fpreal > |
| using GU_AgentXformD = GU_AgentXformT<double> |
Definition at line 221 of file GU_AgentXform.h.
| using GU_AgentXformF = GU_AgentXformT<float> |
Definition at line 220 of file GU_AgentXform.h.
| using GU_AgentXformR = GU_AgentXformT<fpreal> |
Definition at line 222 of file GU_AgentXform.h.