Method GetCameraPosition
GetCameraPosition(int, uint)
Get the position of the nth view matrix of a given viewer
Declaration
[HandleProcessCorruptedStateExceptions]
public Point3 GetCameraPosition(int viewer = -1, uint matrixIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | viewer | Viewer id returned by the createViewer function. -1 uses the default viewer id (see setDefaultViewerId). |
uint | matrixIndex | Index of the view matrix to use. |
Returns
Type | Description |
---|---|
Point3 |