rootsepsilon SciMax Toolbox rot_vertical

SciMax Toolbox >> rot_horizontal

rot_horizontal

Graphic option

rot_horizontal

Description

Default value: 30

rot_horizontal is the angle (in degrees) of horizontal rotation (around the z axis) to set the view point in 3d scenes.

The angle is bounded to the [0, 360] interval.

Since this is a global graphics option, its position in the scene description does not matter.

Example:

(%i1) load(draw)$
(%i2) draw3d(rot_vertical = 170,
             rot_horizontal = 360,
             explicit(sin(x^2+y^2),x,-2,2,y,-2,2) )$

See also .

rootsepsilon SciMax Toolbox rot_vertical