Computes a normalized 3d vector orthonormal to the 3d vector.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Vector3d RandomOrthonormal()
Visual Basic (Declaration)
Public Function RandomOrthonormal As Vector3d
Visual C++
public:
Vector3d^ RandomOrthonormal()

Return Value

Returns a normalized 3d random vector orthonormal to the 3d vector.

See Also