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

Property Value

Type: Vector3F
An arbitrary normalized orthogonal Vector3F.
See Also