
###################
getOrthogonalVector
###################

.. js:function:: common.getOrthogonalVector

   .. rst-class:: sig-pretty-signature
   
      | getOrthogonalVector(**v**\ : :js:class:`IPoint3 <common.IPoint3>`\ ): :js:class:`IPoint3 <common.IPoint3>`
   
   Computes an orthogonal vector to the given 3D vector.
   
   **Parameters**
   
   
      **v**\ : :js:class:`IPoint3 <common.IPoint3>`
   
   
         The input vector for which to find an orthogonal vector.
   
   
   
   **Returns**\ : :js:class:`IPoint3 <common.IPoint3>`
   
   
      An orthogonal vector to the input vector.
   
   




