|
WSF
|
#include "wsf_export.h"#include <vector>#include "UtEntity.hpp"#include "UtLog.hpp"#include "UtSphericalEarth.hpp"#include "UtVec3.hpp"#include "WsfPathState.hpp"

Go to the source code of this file.
Classes | |
| class | WsfPathList |
| Defines a list of motions a platform could take. More... | |
| class | WsfPathList::Segment |
| Defines an entity's segment from one state to another over time. More... | |
| class | WsfPathList::DynamicsData |
| Contains data about the acceleration and altitude changes during a segment. More... | |
| class | WsfPathList::RotationData |
| Contains data about a rotation. More... | |
| class | WsfPathList::RotationArcSegment |
| Represents a rotation around an axis, using constant speed / altitude. More... | |
| class | WsfPathList::RotationSegment |
| Represents a rotation around an axis. Behaves using values in DynamicsData. More... | |
| class | WsfPathList::PauseSegment |