#include <tranform.h>
Inheritance diagram for TransInvertable:
Public Member Functions | |
TransInvertable () | |
virtual BOOL | IsInvertable () |
virtual void | Invert ()=0 |
Private Member Functions | |
CC_DECLARE_DYNAMIC (TransInvertable) |
Definition at line 188 of file tranform.h.
|
Definition at line 193 of file tranform.h.
|
|
|
|
Implemented in Trans2DMatrix. |
|
Implements TransformBase. Reimplemented in Trans2DMatrix. Definition at line 194 of file tranform.h. 00194 { return TRUE; }
|