MGED CMD model2view

From BRL-CAD

model2view

This is a developer command.

Syntax

model2view mx my mz


Argument(s)

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

Return Value(s)

View Coordinates.


Description

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)

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


See Also

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