mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-26 20:31:09 -07:00
Ported same_line() to XS
This commit is contained in:
parent
b5aaeb9b12
commit
d8e098ab0e
5 changed files with 21 additions and 9 deletions
|
|
@ -20,6 +20,7 @@ class Line
|
|||
double length() const;
|
||||
Point* midpoint() const;
|
||||
Point* point_at(double distance) const;
|
||||
bool coincides_with(const Line* line) const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV(SV* line_sv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue