A specified point in view space returns the equivalent point in model space. Because view space is 2D and model space is 3D, the depth of the point is returned is somewhat arbitrary along the eye to target point direction.
"viewport_var" is a variable referencing a Viewport object.
|
"viewport_var" is a variable referencing a Viewport object.
|
Type | Description |
Point3D | Returns the equivalent point in model space. |
Name | Type | Description |
viewCoordinate | Point2D | A coordinate in view space. |