rotation

Help Contents geomland Plane Rotation rotation
Plane Rotation rotations

rotation


is the variable which controls the rotation of the drawing plane in degree.

Definition:

make "rotation 0

make "rotation.onchange
[ 
	make "rotations sin :rotation
	make "rotationc cos :rotation
	updateview 
]

Example:

References:

Plane Rotation rotations