Returns `v` transformed into world/root/global/absolute coordinates. */
| 74 | /** Returns `v` transformed into world/root/global/absolute coordinates. |
| 75 | */ |
| 76 | math::Vec getAbsoluteOffset(math::Vec v) { |
| 77 | return getRelativeOffset(v, NULL); |
| 78 | } |
| 79 | /** Returns the zoom level in the coordinate system of `ancestor`. |
| 80 | Only `ZoomWidget` should override this to return value other than 1. |
| 81 | */ |