Click or drag to resize

Vector3Normalize Method

Returns a vector with the same direction as the given vector, but with a length of 1.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static Vector3 Normalize(
	Vector3 value
)

Parameters

value
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The vector to normalize.

Return Value

Type: Vector3
The normalized vector.
See Also