SampSharp
SampSharp
SampSharp.Entities.SAMP
Quaternion Structure
Quaternion Methods
Concatenate Method
Conjugate Method
CreateFromAxisAngle Method
CreateFromRotationMatrix Method
CreateFromYawPitchRoll Method
Dot Method
Equals Method
GetHashCode Method
Lerp Method
Normalize Method
Slerp Method
ToVector4 Method
Quaternion
Normalize Method
Scales the quaternion magnitude to unit length.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
static
Quaternion
Normalize
(
Quaternion
quaternion
)
Parameters
quaternion
Type:
SampSharp.Entities.SAMP
Quaternion
Source
Quaternion
.
Return Value
Type:
Quaternion
The unit length quaternion.
See Also
Reference
Quaternion Structure
SampSharp.Entities.SAMP Namespace