Results of MR::decimateContour. More...
#include <MRPolylineDecimate.h>
Public Attributes | |
int | vertsDeleted = 0 |
Number deleted verts. Same as the number of performed collapses. | |
float | errorIntroduced = 0 |
Max different (as distance) between original contour and result contour. | |
Results of MR::decimateContour.
float MR::DecimatePolylineResult::errorIntroduced = 0 |
Max different (as distance) between original contour and result contour.
int MR::DecimatePolylineResult::vertsDeleted = 0 |
Number deleted verts. Same as the number of performed collapses.