Click or drag to resize

GestureDataNormalize Method

Normalize and then rotate all gesture points.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Normalize(
	Quaternion rotation
)

Parameters

rotation
Type: Quaternion
Remarks
Important note Important
The gesture must be valid.
See Also