Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the const half of the class.
More...
|
| new unsafe ref int | vertsDeleted [get] |
| | Number deleted verts. Same as the number of performed collapses.
|
| new unsafe ref float | errorIntroduced [get] |
| | Max different (as distance) between original contour and result contour.
|
Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the const half of the class.
Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the non-const half of the class.
◆ DecimatePolylineResult() [1/4]
| unsafe MR.DecimatePolylineResult.DecimatePolylineResult |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DecimatePolylineResult() [2/4]
| unsafe MR.DecimatePolylineResult.DecimatePolylineResult |
( |
int | vertsDeleted, |
|
|
float | errorIntroduced ) |
|
inline |
◆ DecimatePolylineResult() [3/4]
| unsafe MR.DecimatePolylineResult.DecimatePolylineResult |
( |
MR.Const_DecimatePolylineResult | _other | ) |
|
|
inline |
◆ DecimatePolylineResult() [4/4]
◆ assign()
Generated from method MR::DecimatePolylineResult::operator=.
◆ errorIntroduced
| new unsafe ref float MR.DecimatePolylineResult.errorIntroduced |
|
get |
Max different (as distance) between original contour and result contour.
◆ vertsDeleted
| new unsafe ref int MR.DecimatePolylineResult.vertsDeleted |
|
get |
Number deleted verts. Same as the number of performed collapses.
The documentation for this struct was generated from the following file: