| Vector3DOrthonormal2 Property |
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Vector3D Orthonormal2 { get; }
Public ReadOnly Property Orthonormal2 As Vector3D
Get
public:
property Vector3D Orthonormal2 {
Vector3D get ();
}
member Orthonormal2 : Vector3D with get
Property Value
Type:
Vector3D
A normalized orthogonal
Vector3D which is orthogonal to this
Vector3D and to
Orthonormal1.
See Also