Remember previous positions

This commit is contained in:
Alayan-stk-2
2018-04-12 21:35:54 +02:00
committed by GitHub
parent 64168c2f67
commit 8d1fc02b0d

View File

@@ -459,6 +459,9 @@ public:
* defined even if the kart is flying. */
virtual const Vec3& getNormal() const = 0;
// ------------------------------------------------------------------------
/** Returns the position 0,25s before */
virtual const Vec3& getPreviousXYZ() const = 0;
// ------------------------------------------------------------------------
/** Returns the height of the terrain. we're currently above */
virtual float getHoT() const = 0;
// ------------------------------------------------------------------------
@@ -494,4 +497,3 @@ public:
#endif
/* EOF */