Quaterniond.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() |
Scales the Quaterniond to unit length. |
Normalize(Quaterniond) | |
Normalize(Quaterniond, Quaterniond) |
Scale the given Quaterniond to unit length |
Normalize()
Scales the Quaterniond to unit length.
public void Normalize ();
member this.Normalize : unit -> unit
Applies to
Normalize(Quaterniond)
public static OpenTK.Quaterniond Normalize (OpenTK.Quaterniond q);
static member Normalize : OpenTK.Quaterniond -> OpenTK.Quaterniond
Parameters
Returns
Applies to
Normalize(Quaterniond, Quaterniond)
Scale the given Quaterniond to unit length
public static void Normalize (ref OpenTK.Quaterniond q, out OpenTK.Quaterniond result);
static member Normalize : * -> unit
Parameters
The Quaterniond to normalize
- result
- Quaterniond
The normalized Quaterniond