
######################
computeOffaxisRotation
######################

.. js:function:: common.computeOffaxisRotation

   .. rst-class:: sig-pretty-signature
   
      | computeOffaxisRotation(**axisVector**\ : :js:class:`Point3 <common.Point3>`\ , **degrees**\ : *number*\ , **out_rotationMatrix**\ : :js:class:`Matrix <common.Matrix>`\ ): :js:class:`Matrix <common.Matrix>`
   
   Computes the rotation matrix defined by rotating around a vector.
   
   **Parameters**
   
   
      **axisVector**\ : :js:class:`Point3 <common.Point3>`
   
   
         The vector to rotate around.
   
   
      **degrees**\ : *number*
   
   
         The amount to rotate.
   
   
      **out_rotationMatrix**\ : :js:class:`Matrix <common.Matrix>`
   
   
         The out parameter for the rotation matrix.
   
   
   
   **Returns**\ : :js:class:`Matrix <common.Matrix>`
   
   
      The out parameter rotation matrix.
   
   




