Click or drag to resize
DigitalRuneVector2DOrthonormal Property
Returns an arbitrary normalized Vector2D 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 Vector2D Orthonormal { get; }

Property Value

Type: Vector2D
An arbitrary normalized orthogonal Vector2D.
See Also