getOrthogonalVector

getOrthogonalVector()
getOrthogonalVector(v: IPoint3): IPoint3

Computes an orthogonal vector to the given 3D vector.

Parameters

v: IPoint3

The input vector for which to find an orthogonal vector.

Returns: IPoint3

An orthogonal vector to the input vector.