Click or drag to resize
DigitalRuneVector3DOrthonormal2 Property
Gets a normalized orthogonal Vector3D that is orthogonal to this Vector3D 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 Vector3D Orthonormal2 { get; }

Property Value

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