22 #ifndef TITANIC_MOTION_CONTROL_UNMARKED_H 23 #define TITANIC_MOTION_CONTROL_UNMARKED_H 25 #include "titanic/star_control/motion_control.h" 26 #include "titanic/star_control/flight_manager_unmarked.h"
void updatePosition(CErrorCode &errorCode, FVector &pos, FMatrix &orientation) override
Definition: flight_manager_unmarked.h:32
Definition: motion_control_unmarked.h:33
Definition: error_code.h:27
void transitionBetweenOrientations(const FVector &v1, const FVector &v2, const FVector &v3, const FMatrix &m) override
void moveTo(const FVector &srcV, const FVector &destV, const FMatrix &orientation) override
Definition: motion_control.h:63
Definition: motion_control.h:35