MGED CMD model2view


[edit] model2view

This is a developer command.

Contents


[edit] Syntax

model2view mx my mz


[edit] Argument(s)

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

[edit] Return Value(s)

View Coordinates.


[edit] 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.


[edit] Example(s)

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


[edit] 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