|
|
|
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)) |
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]] ;-) |
|
|
|