Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: graphic
See also: grmove

Macro: grrot
Description: Rotates a graphical object.

Link:
Usage: grout = grrot (grin, rot)
Input:
grin composed graphical object
rot scalar
Output:
grout composed graphical object

Note:

Example:
library ("graphic")
t   = (normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25)
bp1 = grdot (t)
bp2 = grrot (bp1, 1)
d   = createdisplay (1,1)
show (d, 1, 1, bp1, bp2)
Result:
shows a the same dotplot twice, one rotated by 90 degrees

Library: graphic
See also: grmove

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Sigbert Klinke, 960925
(C) MD*TECH Method and Data Technologies, 17.8.2000