mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Refactoring of PreviewCanvas
This commit is contained in:
parent
74b3be3c06
commit
9cd0a63331
4 changed files with 185 additions and 151 deletions
|
@ -101,6 +101,10 @@ Point::coincides_with(point_sv)
|
|||
void scale(double factor);
|
||||
void rotate(double angle, Pointf* center)
|
||||
%code{% THIS->rotate(angle, *center); %};
|
||||
Clone<Pointf> negative()
|
||||
%code{% RETVAL = THIS->negative(); %};
|
||||
Clone<Pointf> vector_to(Pointf* point)
|
||||
%code{% RETVAL = THIS->vector_to(*point); %};
|
||||
};
|
||||
|
||||
%name{Slic3r::Pointf3} class Pointf3 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue