| QuaternionFNormalized Property |
Returns the normalized quaternion.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public QuaternionF Normalized { get; }
Public ReadOnly Property Normalized As QuaternionF
Get
public:
property QuaternionF Normalized {
QuaternionF get ();
}
member Normalized : QuaternionF with get
Property Value
Type:
QuaternionFThe normalized quaternion.
Exceptions Exception | Condition |
---|
DivideByZeroException |
The length of the quaternion is zero. The quaternion cannot be normalized.
|
Remarks
The property does not change this instance. To normalize this instance you need to call
Normalize.
See Also