Manual

189
translate
translate
Description
Relocate the origin of the user coordinate system.
Usage
XTransNum YTransNum translate
XTransNum Integer or fixed-point. Distance by which to relocate the X axis in current user
coordinates.
YTransNum Integer or fixed-point. Distance by which to relocate the Y axis in current user
coordinates.
Comments
PAL applies the new translation to the current user coordinate system. Therefore, translations
accumulate. The orders "2 4 translate 4 8 translate" produce the same affect as "6 12 trans-
late".










