Convert from window to display coordinates
| <window>.windowToDisplay( | |
| [x,y] | |
| mode = viz.WINDOW_NORMALIZED | # keyword argument |
)
[x,y]
2D 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 window coordinates into display window coordinates.
[x,y]