Vector3d.rotate

Rotate this vector by the given quaternion <code>quat</code> and store the result in <code>this</code>.

@see Quaterniond#transform(Vector3d)

@param quat the quaternion to rotate this vector @return this

  1. Vector3d rotate(Quaterniond quat)
    struct Vector3d
    ref public return
    rotate
  2. Vector3d rotate(Quaterniond quat, Vector3d dest)

Meta