59 #ifndef ACG_QTCOORDFRAMEDIALOG_HH 60 #define ACG_QTCOORDFRAMEDIALOG_HH 66 #include "ui_QtCoordFrameDialogUi.hh" 67 #include "../Math/VectorT.hh" 103 Qt::WindowFlags fl = Qt::Widget );
126 void apply_changes();
131 void update_values();
133 void combo2planes(
const QComboBox* _combo,
134 std::vector<float>& _planes);
135 void planes2combo(
const std::vector<float>& _planes,
143 std::vector<float> x_planes_bak_;
144 std::vector<float> y_planes_bak_;
145 std::vector<float> z_planes_bak_;
147 Ui::QtCoordFrameDialogUi ui_;
155 #endif // ACG_QTCOORDFRAMEDIALOG_HH defined
Namespace providing different geometric functions concerning angles.