PrusaSlicer-NonPlainar/xs
Vojtech Bubnik 7d02647ebf Removed various Point::ccw() and Point::ccw_angle() methods, they were
provided for Perl bindings and their semantic was confusing.
Implemented free function angle() to measure angle between two vectors.
Reworked Polygon::convex/concave_points(), changed the meaning of their
angle threshold parameter.
Removed some unused methods from Perl bindings and tests.
Reworked the "wipe inside at the external perimeter" function
after Point::ccw_angle() was removed.
2022-04-25 12:42:51 +02:00
..
lib/Slic3r Fixing unit tests. 2021-03-15 09:55:56 +01:00
src Fix compilation of perl xs on Windows with boost 1.78 2022-04-08 13:47:45 +02:00
t Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
xsp Removed various Point::ccw() and Point::ccw_angle() methods, they were 2022-04-25 12:42:51 +02:00
CMakeLists.txt Changed how the libasan library path is determined for Perl unit tests to work also on the build server. 2022-02-09 13:24:09 +01:00
main.xs.in Fixed unit tests on Windows after introduction of GMP to 2020-06-27 08:44:13 +02:00