Namespace: Rx.Net – Class: Vector3D – Assembly: Rx.Net

Vector3D.Normalize Static Method

C#
public static Vector3D Normalize(Vector3D value)

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

Parameters

[Vector3D] value

The vector to normalize.

Returns

Vector3D

The normalized vector.