|
VR-Engage
2.2
|
This structure contains the results of updating a projectile's position, including the distance traveled in the current frame and the last position.
#include <projectile.h>
Public Attributes | |
| double | distanceTraveledInFrame |
| DtVector | lastPosition |
| double makVre::DtProjectile::ProjectileUpdateResult::distanceTraveledInFrame |
Distance traveled in the current frame in meters.
| DtVector makVre::DtProjectile::ProjectileUpdateResult::lastPosition |
Last position of the projectile before the update.