| 16 | } |
| 17 | |
| 18 | void Camera::setPosition( |
| 19 | const Transform::UnitVector& position, const Transform::Referential& ref) |
| 20 | { |
| 21 | Rect::setPosition(position, ref); |
| 22 | this->apply(); |
| 23 | } |
| 24 | |
| 25 | void Camera::move(const Transform::UnitVector& position) |
| 26 | { |
no test coverage detected