Vector3Normalize Method

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

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Vector3 Normalize(
	Vector3 value
)

Parameters

value  Vector3
The vector to normalize.

Return Value

Vector3
The normalized vector.

See Also