PrusaSlicer-NonPlainar/xs/t
Vojtech Bubnik 8a2a9dba2f Eradicated admesh from TriangleMesh:
TriangleMesh newly only holds indexed_triangle_set and
TriangleMeshStats. TriangleMeshStats contains an excerpt of stl_stats.
TriangleMeshStats are updated when initializing with indexed_triangle_set.

Admesh triangle mesh fixing is newly only used when loading an STL.
AMF / 3MF / OBJ file formats are already indexed triangle sets, thus
they are no more converted to admesh stl_file format, nor fixed
through admesh repair machinery. When importing AMF / 3MF / OBJ files,
volume is calculated and if negative, all faces are flipped. Also
a bounding box and number of open edges is calculated.

Implemented its_number_of_patches(), its_num_open_edges()
Optimized its_split(), its_is_splittable() using a visitor pattern.

Reworked QHull integration into TriangleMesh:
    1) Face normals were not right.
    2) Indexed triangle set is newly emitted instead of duplicating
       vertices for each face.

Fixed cut_mesh(): Orient the triangulated faces correctly.
2021-09-20 17:12:22 +02:00
..
inc Ported config load / stored to C++, thanks @alexrj 2017-06-14 17:51:14 +02:00
01_trianglemesh.t Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
03_point.t FIx of Single test suite failure on two minority architectures #2461 2019-08-08 09:45:42 +02:00
04_expolygon.t Removal of not numerically robust libraries "poly2tree" and "polypartition". 2021-02-09 18:36:28 +01:00
05_surface.t Ported LayerRegion::make_slices() to XS 2014-11-09 16:24:07 +01:00
06_polygon.t Fixed Polygon::centroid() 2021-05-07 11:42:21 +02:00
07_extrusionpath.t Merged support_fills with support_interface_fills. 2017-04-07 17:37:30 +02:00
08_extrusionloop.t Merged support_fills with support_interface_fills. 2017-04-07 17:37:30 +02:00
09_polyline.t Commenting out untested and unused Polyline::simplify_by_visibility() 2021-09-03 16:21:44 +02:00
10_line.t New +Line::intersection_infinite() method 2015-01-16 16:25:39 +01:00
12_extrusionpathcollection.t Restore correct ordering of concentric infill loops, preventing them from being reordered during G-code generation 2015-03-09 18:28:07 +01:00
13_polylinecollection.t Ported Slic3r::Polyline::Collection 2013-08-30 00:06:10 +02:00
15_config.t and the final Perl unit test fix 2021-04-21 15:47:28 +02:00
17_boundingbox.t Ported more things to XS 2014-09-21 10:51:36 +02:00