rot_horizontal SciMax Toolbox row

SciMax Toolbox >> rot_vertical

rot_vertical

Graphic option

rot_vertical

Description

Default value: 60

rot_vertical is the angle (in degrees) of vertical rotation (around the x axis) to set the view point in 3d scenes.

The angle is bounded to the [0, 180] 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,
             explicit(sin(x^2+y^2),x,-2,2,y,-2,2) )$

See also .

rot_horizontal SciMax Toolbox row