Normalize(Vector) Method
Normalizes the given vector.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Vector Normalize(
Vector vector
)
Public Shared Function Normalize (
vector As Vector
) As Vector
static member Normalize :
vector : Vector -> Vector
Parameters
- Vector
- The vector
Return Value
Vector
The normalized vector.