Click or drag to resize

GesturePreprocessorIsNormalized Method

Check whether point is normalized.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
private static bool IsNormalized(
	Vector3 point
)

Parameters

point
Type: Vector3

Return Value

Type: Boolean
See Also