Convert from display to window coordinates
| <window>.displayToWindow( | |
| [x,y] | |
| mode = viz.WINDOW_NORMALIZED | # keyword argument |
)
[x,y]
2D display window coordinates
mode = viz.WINDOW_NORMALIZED
One of the following modes:
Unit mode |
|
viz.WINDOW_NORMALIZED |
The coordinates passed and returned by the function will be in normalized units, [0,1]. |
viz.WINDOW_PIXELS |
The coordinates passed and returned by the function will be in pixel units. |
This command will convert display window coordinates into window coordinates.
[x,y]