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

Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ICPPairData:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ICPPairData ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ICPPairData (MR.Vector3f srcPoint, MR.Vector3f srcNorm, MR.Vector3f tgtPoint, MR.Vector3f tgtNorm, float distSq, float weight)
 Constructs MR.ICPPairData elementwise.
 
unsafe Const_ICPPairData (MR.Const_ICPPairData _other)
 Generated from constructor MR.ICPPairData.ICPPairData.
 
bool Equals (MR.Const_ICPPairData? _2)
 
override bool Equals (object? other)
 

Static Public Member Functions

static unsafe bool operator== (MR.Const_ICPPairData _1, MR.Const_ICPPairData _2)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Const_ICPPairData _1, MR.Const_ICPPairData _2)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f srcPoint [get]
 coordinates of the source point after transforming in world space
 
unsafe ref readonly MR.Vector3f srcNorm [get]
 normal in source point after transforming in world space
 
unsafe ref readonly MR.Vector3f tgtPoint [get]
 coordinates of the closest point on target after transforming in world space
 
unsafe ref readonly MR.Vector3f tgtNorm [get]
 normal in the target point after transforming in world space
 
unsafe float distSq [get]
 squared distance between source and target points
 
unsafe float weight [get]
 weight of the pair (to prioritize over other pairs)
 
- Properties inherited from MR.Misc.Object< Const_ICPPairData >
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_ICPPairData >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the const half of the class.


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