HTBasic Help
×
Menu
Index

PDIR

Sets the rotation angle for IPLOT, RPLOT, POLYGON and RECTANGLE.
 
 PDIR angle
 
Usage:
PDIR 45
IF Ready THEN PDIR Graphangle
 
Example:           PDIR.BAS
 
Description:
The angle is a numeric-expression that specifies the direction and amount of rotation. It is measured in a counter-clockwise direction from the positive X-axis. Rotation is about the local point of origin. The current trigonometric mode (RAD or DEG) determines the units for angle. The default mode is RAD.
 
See Also: