MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, MultiwayAligningTransform.Stabilizer arg0)
 
None __init__ (self, float rot, float shift)
 
float rot (self)
 
None rot (self, float arg1)
 
float shift (self)
 
None shift (self, float arg1)
 

Detailed Description

Generated from:  MR::MultiwayAligningTransform::Stabilizer

small stabilizer allows one to convert the linear system from under-determined to determined (e.g. too few linearly independent pairs for some object);
large stabilizer results in suboptimal found transformations (huge stabilizier => zero transforamtions)

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.__init__ ( self,
MultiwayAligningTransform.Stabilizer arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.__init__ ( self,
float rot,
float shift )
Implicit aggregate constructor.

Member Function Documentation

◆ rot() [1/2]

float meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.rot ( self)
length units

◆ rot() [2/2]

None meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.rot ( self,
float arg1 )

◆ shift() [1/2]

float meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.shift ( self)
dimensionless

◆ shift() [2/2]

None meshlib.mrmeshpy.MultiwayAligningTransform.Stabilizer.shift ( self,
float arg1 )

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