Click or drag to resize
DigitalRuneVector3DOrthonormal1 Property
Returns an arbitrary normalized Vector3D 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 Vector3D Orthonormal1 { get; }

Property Value

Type: Vector3D
An arbitrary normalized orthogonal Vector3D.
See Also