Share via


SCNVector4.NormalizeFast Method

Definition

Overloads

Name Description
NormalizeFast(SCNVector4, SCNVector4)

Scale a vector to approximately unit length

NormalizeFast()

Scales the SCNVector4 to approximately unit length.

NormalizeFast(SCNVector4)

Scale a vector to approximately unit length

NormalizeFast(SCNVector4, SCNVector4)

Scale a vector to approximately unit length

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

Parameters

vec
SCNVector4

The input vector

result
SCNVector4

The normalized vector

Applies to

NormalizeFast()

Scales the SCNVector4 to approximately unit length.

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

Applies to

NormalizeFast(SCNVector4)

Scale a vector to approximately unit length

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

Parameters

vec
SCNVector4

The input vector

Returns

The normalized vector

Applies to