Click or drag to resize

DialAngleOffAroundAxis Method

Find some projected angle measure off some forward around some axis.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static float AngleOffAroundAxis(
	UnityEngine.Vector3 v,
	UnityEngine.Vector3 forward,
	UnityEngine.Vector3 axis
)

Parameters

v
Type: UnityEngine.Vector3
vector to test
forward
Type: UnityEngine.Vector3
forward direction
axis
Type: UnityEngine.Vector3
Defines the plane we are projecting on

Return Value

Type: Single
See Also