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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user