Next: Internal data structures
Up: Displayable
Previous: Constructors
TransMethod is a public enumeration which is used to indicate the
method of use of the objects transformation matrix. It is one of the
following:
- MULT: multiply the DisplayDevice's transformation matrix
by this object's matrix when the object is drawn.
- LOAD: replace the DisplayDevice's transformation matrix
by this object's matrix when the object is drawn.
- NONE: do not use the object's transformation matrix when
rendering.
Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999