Click or drag to resize

CameraGetAxes Method

Get the rotation axes including the HeadYawPitchRoll offset.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void GetAxes(
	out Vector3 viewVector,
	out Vector3 rightVector,
	out Vector3 upVector
)

Parameters

viewVector
Type: Microsoft.DirectXVector3
The forward vector of the camera.
rightVector
Type: Microsoft.DirectXVector3
The right vector of the camera.
upVector
Type: Microsoft.DirectXVector3
The up vector of the camera.
See Also