Click or drag to resize

DialAngleBetween Method

Get the angle between a and b in degrees https://github.com/lordofduct/spacepuppy-unity-framework/blob/master/SpacepuppyBase/Utils/VectorUtil.cs

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static float AngleBetween(
	UnityEngine.Vector3 a,
	UnityEngine.Vector3 b
)

Parameters

a
Type: UnityEngine.Vector3
b
Type: UnityEngine.Vector3

Return Value

Type: Single
See Also