MeshLib
 
Loading...
Searching...
No Matches
MR::DecimatePolylineResult Struct Reference

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.
 

Detailed Description

Results of MR::decimateContour.

Member Data Documentation

◆ errorIntroduced

float MR::DecimatePolylineResult::errorIntroduced = 0

Max different (as distance) between original contour and result contour.

◆ vertsDeleted

int MR::DecimatePolylineResult::vertsDeleted = 0

Number deleted verts. Same as the number of performed collapses.


The documentation for this struct was generated from the following file: