Vector3.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
NormalizeFast() |
Scales the Vector3 to approximately unit length. |
NormalizeFast(Vector3) | |
NormalizeFast(Vector3, Vector3) |
Scale a vector to approximately unit length |
NormalizeFast()
Scales the Vector3 to approximately unit length.
public void NormalizeFast ();
member this.NormalizeFast : unit -> unit