| 334 | } |
| 335 | |
| 336 | Vec2F ActiveItem::armPosition(Vec2F const& offset) const { |
| 337 | return owner()->armPosition(hand(), owner()->facingDirection(), m_armAngle.get(), offset); |
| 338 | } |
| 339 | |
| 340 | Vec2F ActiveItem::handPosition(Vec2F const& offset) const { |
| 341 | return armPosition(offset + owner()->handOffset(hand(), owner()->facingDirection())); |
no test coverage detected