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