Matrix

Help Contents Graphics Projection Matrix Matrix
Projection Matrix setMatrix

Matrix


operation which outputs the current projection matrix for the graphics: This is

(list (list basex_x basex_y basex_z)
		(list basey_x basey_y basey_z)
		(list basez_x basez_y basez_z)
		(list center_x center_y center_z))

(the bases and center are internal variables not directly accessable by the user).

Examples:

setidm
cs
Matrix		;[[1 0 0][0 1 0][0 0 1][0 0 0]] ;-)
fd 100
rt 30
setM TM
cs
rbox
Matrix
;[[0.866025 -0.5 0][0.5 0.866025 0][0 0 1][0 100 0]] ;-)

Examples:

References:

Projection Matrix setMatrix