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

Vector4D.Normalize Static Method

C#
public static Vector4D Normalize(Vector4D vector)

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

Parameters

[Vector4D] vector

The vector to normalize.

Returns

Vector4D

The normalized vector.