SCNVector3.NormalizeFast Method

Definition

Overloads

NormalizeFast()

Scales this vector to approximately unit length.

NormalizeFast(SCNVector3)

Scales vec to approximately unit length.

NormalizeFast(SCNVector3, SCNVector3)

Scales vec to approximately unit length and stores the result in result.

NormalizeFast()

Scales this vector to approximately unit length.

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

Applies to

NormalizeFast(SCNVector3)

Scales vec to approximately unit length.

public static SceneKit.SCNVector3 NormalizeFast (SceneKit.SCNVector3 vec);
static member NormalizeFast : SceneKit.SCNVector3 -> SceneKit.SCNVector3

Parameters

Returns

Applies to

NormalizeFast(SCNVector3, SCNVector3)

Scales vec to approximately unit length and stores the result in result.

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

Parameters

result
SCNVector3

Applies to