document the convention used for Euler angles (XY'Z'')

in the Placement dialog and the docstrings of the Rotation python class.
fixes #2007
This commit is contained in:
Sebastian Hoogen
2015-03-15 20:58:53 +01:00
committed by wmayer
parent 01b491b16e
commit 16c1dbd25d
3 changed files with 4 additions and 3 deletions

View File

@@ -430,7 +430,7 @@ Base::Placement Placement::getPlacementData() const
Base::Vector3d dir = getDirection();
rot.setValue(Base::Vector3d(dir.x,dir.y,dir.z),Base::toRadians(ui->angle->value().getValue()));
}
else if (index == 1) {
else if (index == 1) { // Euler angles (XY'Z'')
rot.setYawPitchRoll(
ui->yawAngle->value().getValue(),
ui->pitchAngle->value().getValue(),