Click or drag to resize

ControllerHelpersControllerOrientation Structure

Orientation of the controller (pitch, yaw and roll)

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public struct ControllerOrientation

The ControllerHelpersControllerOrientation type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldPitch
Pitch of the controller (right vector, X-axis)
Public fieldRoll
Roll of the controller (forward vector, Z-axis)
Public fieldYaw
Yaw of the controller (up vector, Y-axis)
Top
See Also