HDK
|
Base class for specifying symmetry for operations. More...
#include <GA_AIFEdit.h>
Public Member Functions | |
virtual | ~GA_AIFEditSymmetry () |
virtual GA_Index | findSymmetry (GA_Index input_delta_index, const GA_AIFEditDeltaMap &map, UT_Matrix3R &xform)=0 |
Base class for specifying symmetry for operations.
The symmetry class is used to generalize symmetry at the individual element level.
Definition at line 93 of file GA_AIFEdit.h.
|
inlinevirtual |
Definition at line 96 of file GA_AIFEdit.h.
|
pure virtual |
Return the delta index for the element symmetric to the element that corresponds to the given input_delta_index, -1 if none. If symmetry is found, xform will be set to the transform that will map the input element's delta to the corresponding delta for the output element.
Implemented in GDT_MirrorTransform.