Vector.

Normalize(Vector) Method

Summary

Normalizes the given vector.
Namespace
Avalonia
Containing Type
Vector

Syntax

public static Vector Normalize(Vector vector)

Parameters

Name Type Description
vector Vector The vector

Return Value

Type Description
Vector The normalized vector.