|
Functions
|
Rt2dObject * |
Rt2dObjectCopy (Rt2dObject *dst, Rt2dObject *src) |
Rt2dObject * |
Rt2dObjectSetVisible (Rt2dObject *object, RwBool visible) |
RwBool |
Rt2dObjectIsVisible (Rt2dObject *object) |
RwMatrix * |
Rt2dObjectGetMTM (Rt2dObject *object) |
void |
Rt2dObjectApplyCTM (Rt2dObject *object) |
Rt2dObject * |
Rt2dObjectSetMTM (Rt2dObject *object, RwMatrix *mtm) |
RwMatrix * |
Rt2dObjectGetLTM (Rt2dObject *object) |
void |
Rt2dObjectMTMChanged (Rt2dObject *object) |
Rt2dObject * |
Rt2dObjectMTMSetIdentity (Rt2dObject *object) |
Rt2dObject * |
Rt2dObjectMTMScale (Rt2dObject *object, RwReal x, RwReal y) |
Rt2dObject * |
Rt2dObjectMTMTranslate (Rt2dObject *object, RwReal x, RwReal y) |
Rt2dObject * |
Rt2dObjectMTMRotate (Rt2dObject *object, RwReal theta) |
RwRGBAReal * |
Rt2dObjectGetColorMultiplier
(Rt2dObject
*object) |
Rt2dObject * |
Rt2dObjectSetColorMultiplier
(Rt2dObject *object,
RwRGBAReal
*multCol) |
RwRGBAReal * |
Rt2dObjectGetColorOffset
(Rt2dObject
*object) |
Rt2dObject * |
Rt2dObjectSetColorOffset
(Rt2dObject *object,
RwRGBAReal
*oofsCol) |
RwInt32 |
Rt2dObjectGetObjectType (Rt2dObject *object) |
RwInt32 |
Rt2dObjectGetDepth (Rt2dObject *object) |
Rt2dObject * |
Rt2dObjectSetDepth (Rt2dObject *object, RwInt32 depth) |
RwBool |
Rt2dObjectIsScene (Rt2dObject *object) |
RwBool |
Rt2dObjectIsShape (Rt2dObject *object) |
RwBool |
Rt2dObjectIsPickRegion (Rt2dObject *object) |
RwBool |
Rt2dObjectIsObjectString
(Rt2dObject
*object) |
An object is either a shape, scene, pick regions or object
string. Objects work by manipulate transformation matrices.