Click or drag to resize
DigitalRuneVectorFNormalized Property
Returns the normalized vector.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public VectorF Normalized { get; }

Property Value

Type: VectorF
The normalized vector.
Exceptions
ExceptionCondition
DivideByZeroException The length of the vector 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