Vector4d.NormalizeFast Method

Definition

Overloads

NormalizeFast()

Scales the Vector4d to approximately unit length.

NormalizeFast(Vector4d)
NormalizeFast(Vector4d, Vector4d)

Scale a vector to approximately unit length

NormalizeFast()

Scales the Vector4d to approximately unit length.

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

Applies to

NormalizeFast(Vector4d)

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

Parameters

vec
Vector4d

Returns

Applies to

NormalizeFast(Vector4d, Vector4d)

Scale a vector to approximately unit length

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

Parameters

vec
Vector4d

The input vector

result
Vector4d

The normalized vector

Applies to