VectorNormalize(Vector) Method
Normalizes the given vector.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Normalize(
Vector vector
)
Public Shared Function Normalize (
vector As Vector
) As Vector
static member Normalize :
vector : Vector -> Vector
- vector Vector
- The vector
VectorThe normalized vector.