MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_MultiwayAligningTransform.Const_Stabilizer Class Reference

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) Generated from class MR.MultiwayAligningTransform.Stabilizer. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MultiwayAligningTransform.Const_Stabilizer:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Stabilizer ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Stabilizer (double rot, double shift)
 Constructs MR.MultiwayAligningTransform.Stabilizer elementwise.
 
unsafe Const_Stabilizer (MR.MultiwayAligningTransform.Const_Stabilizer _other)
 Generated from constructor MR.MultiwayAligningTransform.Stabilizer.Stabilizer.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe double rot [get]
 
unsafe double shift [get]
 
- Properties inherited from MR.Misc.Object< Const_Stabilizer >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Stabilizer >
bool _IsOwningVal
 

Detailed Description

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) Generated from class MR.MultiwayAligningTransform.Stabilizer. This is the const half of the class.


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