HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_AIFEditDeltaCoordFrames Class Referenceabstract

Base class for supplying coordinate frames. More...

#include <GA_AIFEdit.h>

Public Member Functions

virtual ~GA_AIFEditDeltaCoordFrames ()
 
virtual UT_Matrix3R getLocalToWorldTransform (GA_Index) const =0
 
virtual UT_Matrix3R getWorldToLocalTransform (GA_Index) const =0
 

Detailed Description

Base class for supplying coordinate frames.

Coordinate frames are used to map between a delta relative to that coordinate frame's local space and one relative to world space. A coordinate frame will typically be stored for each index stored in the GA_AIFEditDelta.

Definition at line 79 of file GA_AIFEdit.h.

Constructor & Destructor Documentation

virtual GA_AIFEditDeltaCoordFrames::~GA_AIFEditDeltaCoordFrames ( )
inlinevirtual

Definition at line 82 of file GA_AIFEdit.h.

Member Function Documentation

virtual UT_Matrix3R GA_AIFEditDeltaCoordFrames::getLocalToWorldTransform ( GA_Index  ) const
pure virtual
virtual UT_Matrix3R GA_AIFEditDeltaCoordFrames::getWorldToLocalTransform ( GA_Index  ) const
pure virtual

The documentation for this class was generated from the following file: