#include <EulerWidget.h>
|
Eigen::Quaterniond | q_ |
|
Ui::EulerWidget * | ui_ |
|
Definition at line 41 of file EulerWidget.h.
EulerWidget::EulerWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
void EulerWidget::angleChanged |
( |
double |
angle | ) |
|
|
protectedslot |
void EulerWidget::axesChanged |
( |
uint |
a1, |
|
|
uint |
a2, |
|
|
uint |
a3 |
|
) |
| |
|
signal |
euler axis selection changed
void EulerWidget::axisChanged |
( |
int |
axis | ) |
|
|
protectedslot |
void EulerWidget::getGuiAngles |
( |
double |
e[] | ) |
const |
void EulerWidget::getGuiAxes |
( |
uint |
a[3] | ) |
const |
retrieve indices of axes selected in GUI
Definition at line 83 of file EulerWidget.cpp.
void EulerWidget::setEulerAngles |
( |
double |
e1, |
|
|
double |
e2, |
|
|
double |
e3, |
|
|
bool |
normalize |
|
) |
| |
|
slot |
void EulerWidget::setEulerAxes |
( |
uint |
a1, |
|
|
uint |
a2, |
|
|
uint |
a3 |
|
) |
| |
|
slot |
void EulerWidget::setValue |
( |
const Eigen::Quaterniond & |
q | ) |
|
|
slot |
void EulerWidget::updateAngles |
( |
| ) |
|
|
privateslot |
const Eigen::Quaterniond & EulerWidget::value |
( |
| ) |
const |
void EulerWidget::valueChanged |
( |
const Eigen::Quaterniond & |
q | ) |
|
|
signal |
quaternion value has changed
Eigen::Quaterniond EulerWidget::q_ |
|
private |
Ui::EulerWidget* EulerWidget::ui_ |
|
private |
The documentation for this class was generated from the following files: