Normalize Method
Returns a normalized version of this vector.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Vector3D Normalize(
Vector3D value
)
Public Shared Function Normalize (
value As Vector3D
) As Vector3D
static member Normalize :
value : Vector3D -> Vector3D