Click or drag to resize

GestureDataRecalculate Method

Recalculate the bounding box, the bounding sphere, and the length of the gesture.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Recalculate()
Remarks
Important note Important
The gesture must be valid. Additionally, the distance between any two points must be greater than zero.
See Also