Generic Translate Feature. More...
Public Member Functions | |
Dtk_feat_translate_direction () | |
Constructor of a direction translate Feature More... | |
int | get_direction (Dtk_feat_axis **) |
Returns the direction of the translate feature. More... | |
int | get_distance (double *) |
Returns The distance of the translate feature. More... | |
~Dtk_feat_translate_direction () | |
Destructor a direction translate Feature More... | |
Data Fields | |
Dtk_feat_axis * | direction |
double | distance |
Generic Translate Feature.
Dtk_feat_translate_direction::Dtk_feat_translate_direction | ( | ) |
Constructor of a direction translate Feature
[in] | <br> | |
[in/out] | ||
[out] | Allocated | direction translate feature |
Dtk_feat_translate_direction::~Dtk_feat_translate_direction | ( | ) |
Destructor a direction translate Feature
[in] | direction | translate feature to destruct |
[in/out] | ||
[out] | <br> |
int Dtk_feat_translate_direction::get_direction | ( | Dtk_feat_axis ** | ) |
Returns the direction of the translate feature.
[in] | Direction | Translate Feature |
[in/out] | ||
[out] | <br> |
int Dtk_feat_translate_direction::get_distance | ( | double * | ) |
Returns The distance of the translate feature.
[in] | Distance | of the Translate Feature |
[in/out] | ||
[out] | <br> |
Dtk_feat_axis* Dtk_feat_translate_direction::direction |
double Dtk_feat_translate_direction::distance |