mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06:00
Removed the Point::coincides_with_epsilon() method
This commit is contained in:
parent
ab60d8adb4
commit
c5256bdd2c
3 changed files with 0 additions and 8 deletions
|
@ -50,8 +50,6 @@
|
|||
%code{% RETVAL = new Point(THIS->projection_onto(*line)); %};
|
||||
Point* negative()
|
||||
%code{% RETVAL = new Point(- *THIS); %};
|
||||
bool coincides_with_epsilon(Point* point)
|
||||
%code{% RETVAL = (*THIS) == *point; %};
|
||||
std::string serialize() %code{% char buf[2048]; sprintf(buf, "%ld,%ld", (*THIS)(0), (*THIS)(1)); RETVAL = buf; %};
|
||||
|
||||
%{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue