Vector3d.NormalizeFast Method

Definition

Overloads

NormalizeFast()

Scales the Vector3d to approximately unit length.

NormalizeFast(Vector3d)
NormalizeFast(Vector3d, Vector3d)

Scale a vector to approximately unit length

NormalizeFast()

Scales the Vector3d to approximately unit length.

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

Applies to

NormalizeFast(Vector3d)

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

Parameters

vec
Vector3d

Returns

Applies to

NormalizeFast(Vector3d, Vector3d)

Scale a vector to approximately unit length

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

Parameters

vec
Vector3d

The input vector

result
Vector3d

The normalized vector

Applies to