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

Vector2D.Normalize Static Method

C#
public static Vector2D Normalize(Vector2D value)

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

Parameters

[Vector2D] value

The vector to normalize.

Returns

Vector2D

The normalized vector.