#include <MovementGenerator.h>
template<class T, class D>
Implements MovementGenerator.
63 (
static_cast<D*
>(
this))->DoFinalize(static_cast<T*>(u));
template<class T, class D>
Implements MovementGenerator.
57 (
static_cast<D*
>(
this))->DoInitialize(static_cast<T*>(u));
template<class T, class D>
Implements MovementGenerator.
69 (
static_cast<D*
>(
this))->DoReset(static_cast<T*>(u));
template<class T, class D>
Implements MovementGenerator.
75 return (static_cast<D*>(
this))->DoUpdate(static_cast<T*>(u), time_diff);
The documentation for this class was generated from the following file: