Vector4d.Normalize Method

Definition

Overloads

Normalize(Vector4d, Vector4d)

Scale a vector to unit length

Normalize()

Scales the Vector4d to unit length.

Normalize(Vector4d)

Normalize(Vector4d, Vector4d)

Scale a vector to unit length

public static void Normalize (ref OpenTK.Vector4d vec, out OpenTK.Vector4d result);
static member Normalize :  *  -> unit

Parameters

vec
Vector4d

The input vector

result
Vector4d

The normalized vector

Applies to

Normalize()

Scales the Vector4d to unit length.

public void Normalize ();
member this.Normalize : unit -> unit

Applies to

Normalize(Vector4d)

public static OpenTK.Vector4d Normalize (OpenTK.Vector4d vec);
static member Normalize : OpenTK.Vector4d -> OpenTK.Vector4d

Parameters

vec
Vector4d

Returns

Applies to