Public Member Functions | |
Dtk_feat_rotate_points () | |
Constructor of a "Three Points" rotation Feature More... | |
int | get_first_point (Dtk_pnt *) |
Returns the first point of the rotation feature. More... | |
int | get_second_point (Dtk_pnt *) |
Returns the second point of the rotation feature. More... | |
int | get_third_point (Dtk_pnt *) |
Returns the third point of the rotation feature. More... | |
~Dtk_feat_rotate_points () | |
Destructor a a "Three Points" rotation Feature More... | |
Data Fields | |
Dtk_pnt | first_point |
Dtk_pnt | second_point |
Dtk_pnt | third_point |
Dtk_feat_rotate_points::Dtk_feat_rotate_points | ( | ) |
Constructor of a "Three Points" rotation Feature
[in] | <br> | |
[in/out] | ||
[out] | Allocated | "Three Points" rotation feature |
Dtk_feat_rotate_points::~Dtk_feat_rotate_points | ( | ) |
Destructor a a "Three Points" rotation Feature
[in] | pa | "Three Points" rotation feature to destruct |
[in/out] | ||
[out] | <br> |
int Dtk_feat_rotate_points::get_first_point | ( | Dtk_pnt * | ) |
Returns the first point of the rotation feature.
[in] | Three Points | rotation Feature |
[in/out] | ||
[out] | <br> |
int Dtk_feat_rotate_points::get_second_point | ( | Dtk_pnt * | ) |
Returns the second point of the rotation feature.
[in] | Three Points | rotation Feature |
[in/out] | ||
[out] | <br> |
int Dtk_feat_rotate_points::get_third_point | ( | Dtk_pnt * | ) |
Returns the third point of the rotation feature.
[in] | Three Points | rotation Feature |
[in/out] | ||
[out] | <br> |
Dtk_pnt Dtk_feat_rotate_points::first_point |
Dtk_pnt Dtk_feat_rotate_points::second_point |
Dtk_pnt Dtk_feat_rotate_points::third_point |