mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
3DScene mouse event handler move to c++ completed
This commit is contained in:
parent
6bf009edee
commit
94d608c6c1
3 changed files with 51 additions and 45 deletions
|
@ -324,6 +324,9 @@ public:
|
|||
const Pointf3& get_start_position_3D() const;
|
||||
void set_start_position_3D(const Pointf3& position);
|
||||
|
||||
bool is_start_position_2D_defined() const;
|
||||
bool is_start_position_3D_defined() const;
|
||||
|
||||
const Vectorf3& get_volume_center_offset() const;
|
||||
void set_volume_center_offset(const Vectorf3& offset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue