Vector3d.orthogonalize

Transform <code>this</code> vector so that it is orthogonal to the given vector <code>v</code> and normalize the result. <p> Reference: <a href="https://en.wikipedia.org/wiki/Gram%E2%80%93Schmidt_process">Gram–Schmidt process</a>

@param v the reference vector which the result should be orthogonal to @return this

  1. Vector3d orthogonalize(Vector3d v, Vector3d dest)
  2. Vector3d orthogonalize(Vector3d v)
    struct Vector3d
    ref return
    orthogonalize

Meta