* Gets the current position in voxel space. * @return position in voxel space. */
| 63 | * @return position in voxel space. |
| 64 | */ |
| 65 | Position Explosion::getPosition() const |
| 66 | { |
| 67 | return _position; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Gets the current frame in the animation. |
no outgoing calls
no test coverage detected