Click or drag to resize
DigitalRuneVector3FOrthonormal2 Property
Gets a normalized orthogonal Vector3F that is orthogonal to this Vector3F and to Orthonormal1.

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

Property Value

Type: Vector3F
A normalized orthogonal Vector3F which is orthogonal to this Vector3F and to Orthonormal1.
See Also