MeshLib C# Docs
Loading...
Searching...
No Matches
MR.DecimatePolylineResult Struct Reference

Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the const half of the class. More...

Inheritance diagram for MR.DecimatePolylineResult:

Public Member Functions

unsafe DecimatePolylineResult ()
 Constructs an empty (default-constructed) instance.
unsafe DecimatePolylineResult (int vertsDeleted, float errorIntroduced)
 Constructs MR.DecimatePolylineResult elementwise.
unsafe DecimatePolylineResult (MR.Const_DecimatePolylineResult _other)
 Generated from constructor MR.DecimatePolylineResult.DecimatePolylineResult.
 DecimatePolylineResult (DecimatePolylineResult _other)
 Generated from constructor MR.DecimatePolylineResult.DecimatePolylineResult.
unsafe MR.DecimatePolylineResult assign (MR.Const_DecimatePolylineResult _other)
 Generated from method MR::DecimatePolylineResult::operator=.

Properties

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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

Constructs MR.DecimatePolylineResult elementwise.

◆ DecimatePolylineResult() [3/4]

unsafe MR.DecimatePolylineResult.DecimatePolylineResult ( MR.Const_DecimatePolylineResult _other)
inline

◆ DecimatePolylineResult() [4/4]

MR.DecimatePolylineResult.DecimatePolylineResult ( DecimatePolylineResult _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.DecimatePolylineResult MR.DecimatePolylineResult.assign ( MR.Const_DecimatePolylineResult _other)
inline

Generated from method MR::DecimatePolylineResult::operator=.

Property Documentation

◆ 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: