SCNVector3.NormalizeFast Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| NormalizeFast() |
Scales the SCNVector3 to approximately unit length. |
| NormalizeFast(SCNVector3) |
Scale a vector to approximately unit length |
| NormalizeFast(SCNVector3, SCNVector3) |
Scale a vector to approximately unit length |
NormalizeFast()
Scales the SCNVector3 to approximately unit length.
public void NormalizeFast();
member this.NormalizeFast : unit -> unit
Applies to
NormalizeFast(SCNVector3)
Scale a vector to approximately unit length
public static SceneKit.SCNVector3 NormalizeFast(SceneKit.SCNVector3 vec);
static member NormalizeFast : SceneKit.SCNVector3 -> SceneKit.SCNVector3
Parameters
- vec
- SCNVector3
The input vector
Returns
The normalized vector
Applies to
NormalizeFast(SCNVector3, SCNVector3)
Scale a vector to approximately unit length
public static void NormalizeFast(ref SceneKit.SCNVector3 vec, out SceneKit.SCNVector3 result);
static member NormalizeFast : SCNVector3 * SCNVector3 -> unit
Parameters
- vec
- SCNVector3
The input vector
- result
- SCNVector3
The normalized vector