Click or drag to resize

SnappingRotationAxis Structure

Object used to mask vectors for rotation

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public struct RotationAxis

The SnappingRotationAxis type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyUseAllAxis
Include the X, Y and Z axis when checking rotation
Public propertyUseXAxis
Include the X axis when checking rotation
Public propertyUseYAxis
Include the Y axis when checking rotation
Public propertyUseZAxis
Include the Y axis when checking rotation
Top
Methods
  NameDescription
Public methodMask
Mask specified axis from the vector
Top
Fields
  NameDescription
Private field_useXAxis
Include the X axis when checking rotation
Private field_useYAxis
Include the Y axis when checking rotation
Private field_useZAxis
Include the Z axis when checking rotation
Top
See Also