Move scale option from perspective correction to lens/geometry

This commit is contained in:
Alexander Brock
2024-07-20 14:56:21 +02:00
parent 6d96bfe5cc
commit fc78a64066
13 changed files with 75 additions and 68 deletions

View File

@@ -929,9 +929,12 @@ struct CoarseTransformParams {
struct CommonTransformParams {
Glib::ustring method;
bool autofill;
double scale;
CommonTransformParams();
double getScale() const;
bool operator ==(const CommonTransformParams& other) const;
bool operator !=(const CommonTransformParams& other) const;
};
@@ -1025,7 +1028,6 @@ struct PerspectiveParams {
double camera_yaw;
double projection_pitch;
double projection_rotate;
double camera_scale;
double projection_shift_horiz;
double projection_shift_vert;
double projection_yaw;