mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
GUI integration of rotation angle setting
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
out.y=(x-origin.x) * sin(angle) + (y-origin.y) * cos(angle);
|
||||
return out+origin;
|
||||
}
|
||||
|
||||
|
||||
float x;
|
||||
float y;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user