Method GetCameraFrontAxis
GetCameraFrontAxis(int, uint)
Get the front axis of the nth view matrix of a given viewer
Declaration
[HandleProcessCorruptedStateExceptions]
public Point3 GetCameraFrontAxis(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 |