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