MRPA
167
MRPA — Move to Relative Position specified by
Angle
Format
MRPA distance, angle;
Parameters
distance:
distance to move
angle:
angle in degree, measured clockwise from the vertical
Function
The MRPA command moves the cursor from its current position across a specified
distance using a specified angle. The distance is measured in the units designated by the
UNIT command.
The MRPA command is ignored in the path mode graphics. To move to a relative
position specifying angle in a path construction, use the PMRA (in Path, Move to
Relative position by Angle) command.
File
!R! RES; UNIT C;
CMNT Numbers indicate cursor movement;
SFNT ’Helvetica-Bd’;
MAP 6, 12; CIR 1; TEXT ’1’;
MRPA 2, 60; CIR 1; TEXT ’2’;
MRPA 2, 120; CIR 1; TEXT ’3’;
MRPA 2, 180; CIR 1; TEXT ’4’;
MRPA 2, 240; CIR 1; TEXT ’5’;
MRPA 2, 300; CIR 1; TEXT ’6’;
PAGE;
EXIT;