Click or drag to resize
DigitalRuneVector2FOrthonormal Property
Returns an arbitrary normalized Vector2F that is orthogonal to this vector.

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

Property Value

Type: Vector2F
An arbitrary normalized orthogonal Vector2F.
See Also