mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Ported concave_points() and convex_points() to XS
This commit is contained in:
parent
076d82d8d6
commit
1fda9e3d50
4 changed files with 62 additions and 47 deletions
|
@ -47,6 +47,10 @@
|
|||
THIS->bounding_box(RETVAL);
|
||||
%};
|
||||
std::string wkt();
|
||||
Points concave_points(double angle)
|
||||
%code{% THIS->concave_points(angle, &RETVAL); %};
|
||||
Points convex_points(double angle)
|
||||
%code{% THIS->convex_points(angle, &RETVAL); %};
|
||||
%{
|
||||
|
||||
Polygon*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue