VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtProjectile::ProjectileUpdateResult Struct Reference

Detailed Description

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
 

Member Data Documentation

◆ distanceTraveledInFrame

double makVre::DtProjectile::ProjectileUpdateResult::distanceTraveledInFrame

Distance traveled in the current frame in meters.

◆ lastPosition

DtVector makVre::DtProjectile::ProjectileUpdateResult::lastPosition

Last position of the projectile before the update.


The documentation for this struct was generated from the following file: