mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 11:36:39 +08:00
remove clone xsp map
This commit is contained in:
parent
7ea69da2b7
commit
dfda739ae4
@ -8,8 +8,6 @@
|
|||||||
%name{Slic3r::TransformationMatrix} class TransformationMatrix {
|
%name{Slic3r::TransformationMatrix} class TransformationMatrix {
|
||||||
TransformationMatrix();
|
TransformationMatrix();
|
||||||
~TransformationMatrix();
|
~TransformationMatrix();
|
||||||
Clone<TransformationMatrix> clone()
|
|
||||||
%code{% RETVAL = THIS; %};
|
|
||||||
|
|
||||||
double m11;
|
double m11;
|
||||||
%code%{ RETVAL = THIS->m11; %}
|
%code%{ RETVAL = THIS->m11; %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user