Vector4.NormalizeFast Method

Definition

Overloads

NormalizeFast()

Scales the Vector4 to approximately unit length.

NormalizeFast(Vector4)
NormalizeFast(Vector4, Vector4)

Scale a vector to approximately unit length

NormalizeFast()

Scales the Vector4 to approximately unit length.

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

Applies to

NormalizeFast(Vector4)

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

Parameters

vec
Vector4

Returns

Applies to

NormalizeFast(Vector4, Vector4)

Scale a vector to approximately unit length

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

Parameters

vec
Vector4

The input vector

result
Vector4

The normalized vector

Applies to