| 115 | void set_scale_y(float scale) { mImpl->scale_y = scale; } |
| 116 | void set_offset_x(float offset) { mImpl->offset_x = offset; } |
| 117 | void set_offset_y(float offset) { mImpl->offset_y = offset; } |
| 118 | void set_rotation(float rotation) { mImpl->rotation = rotation; } |
| 119 | |
| 120 | vec2f transform(const vec2f &xy) const { |