HDK
|
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 |
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.
|
inlinevirtual |
Definition at line 82 of file GA_AIFEdit.h.
|
pure virtual |
|
pure virtual |