Difference between revisions of "MGED CMD model2view"

From BRL-CAD
(New page: Category:MGED =model2view= :: This is a developer command. __TOC__ ==Syntax== :model2view ''mx my mz'' ==Argument(s)== : '''mx''' :: X Attribute of model coordinates. : '''my''' :...)
 
m
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Model2view]]
 
+
[[Category:MGED developer commands|Model2view]]
 
=model2view=
 
=model2view=
 
:: This is a developer command.
 
:: This is a developer command.

Latest revision as of 09:58, 18 November 2009

model2view[edit]

This is a developer command.

Syntax[edit]

model2view mx my mz


Argument(s)[edit]

mx
X Attribute of model coordinates.
my
Y Attribute of model coordinates.
mz
Z Attribute of model coordinates.

Return Value(s)[edit]

View Coordinates.


Description[edit]

The "model2view" command converts the supplied point (in model coordinates) to view coordinates. View coordinates are the coordinates in the viewing cube with values between -1.0 and +1.0 being inside the viewing cube.


Example(s)[edit]

mged> model2view 10 20 30
Display the view coordinates that correspond to the point (10 20 30) in model space.


See Also[edit]

grid2model_lu
grid2view_lu
model2grid_lu
model2view
model2view_lu
view2model
view2model_lu
view2model_vec
view2grid_lu

Page Generated by David Loman on: 10/11/2007 at: 1:53:05 PM