![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtFormationAutoLayout () | |
| virtual | ~DtFormationAutoLayout () |
| virtual DtFormation * | layout (const DtVrfSubObjectParameterList *, double spacing) const |
| Returns a new formation object. Needs to be freed by caller of this method. | |
| virtual DtVector | positionOffset (double headingFromZeroInDegrees, double spacing) const |
| Returns a vector which is the distance from 0, 0 to the requested spacing. Z will be 0. | |
| virtual double | headingOffset () const |
| virtual DtFormationAutoLayout::~DtFormationAutoLayout | ( | ) | [virtual] |
| virtual DtFormation* DtFormationAutoLayout::layout | ( | const DtVrfSubObjectParameterList * | , |
| double | spacing | ||
| ) | const [virtual] |
Returns a new formation object. Needs to be freed by caller of this method.
Reimplemented in DtVeeFormationAutoLayout.
| virtual DtVector DtFormationAutoLayout::positionOffset | ( | double | headingFromZeroInDegrees, |
| double | spacing | ||
| ) | const [virtual] |
Returns a vector which is the distance from 0, 0 to the requested spacing. Z will be 0.
| virtual double DtFormationAutoLayout::headingOffset | ( | ) | const [virtual] |
Reimplemented in DtWedgeFormationAutoLayout, DtVeeFormationAutoLayout, DtLineFormationAutoLayout, and DtColumnFormationAutoLayout.