HDK
|
#include "GU_API.h"
#include "GU_AgentRig.h"
#include <UT/UT_Array.h>
#include <UT/UT_Assert.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_Lock.h>
#include <UT/UT_Matrix3.h>
#include <UT/UT_Matrix4.h>
#include <UT/UT_Quaternion.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_SymMatrix3.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_Vector3.h>
#include <UT/UT_VectorTypes.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Types.h>
Go to the source code of this file.
Classes | |
class | GU_AgentXformT< T > |
A factored transform geared for animation blending. More... | |
class | GU_AgentClip |
Typedefs | |
typedef GU_AgentXformT< float > | GU_AgentXformF |
typedef GU_AgentXformT< double > | GU_AgentXformD |
typedef GU_AgentXformT< fpreal > | GU_AgentXformR |
typedef UT_IntrusivePtr < GU_AgentClip > | GU_AgentClipPtr |
typedef UT_IntrusivePtr< const GU_AgentClip > | GU_AgentClipConstPtr |
typedef UT_Array < GU_AgentClipConstPtr > | GU_AgentClipPtrArray |
Definition at line 246 of file GU_AgentClip.h.
typedef UT_IntrusivePtr<GU_AgentClip> GU_AgentClipPtr |
Definition at line 244 of file GU_AgentClip.h.
Definition at line 247 of file GU_AgentClip.h.
typedef GU_AgentXformT<double> GU_AgentXformD |
Definition at line 238 of file GU_AgentClip.h.
typedef GU_AgentXformT<float> GU_AgentXformF |
Definition at line 237 of file GU_AgentClip.h.
typedef GU_AgentXformT<fpreal> GU_AgentXformR |
Definition at line 239 of file GU_AgentClip.h.