| Vector3DOrthonormal1 Property |
Returns an arbitrary normalized
Vector3D that is orthogonal to this vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Vector3D Orthonormal1 { get; }
Public ReadOnly Property Orthonormal1 As Vector3D
Get
public:
property Vector3D Orthonormal1 {
Vector3D get ();
}
member Orthonormal1 : Vector3D with get
Property Value
Type:
Vector3DAn arbitrary normalized orthogonal
Vector3D.
See Also