| 501 | //---------------------------------------------------------------------------- |
| 502 | |
| 503 | Point3F Item::getVelocity() const |
| 504 | { |
| 505 | return mVelocity; |
| 506 | } |
| 507 | |
| 508 | void Item::setVelocity(const VectorF& vel) |
| 509 | { |
no outgoing calls
no test coverage detected