Generated from class MR.ICPGroupPair. Base classes: Direct: (non-virtual) MR.ICPPairData This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_ICPGroupPair () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_ICPGroupPair (MR.Const_ICPGroupPair _other) |
| | Generated from constructor MR.ICPGroupPair.ICPGroupPair.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly MR.ObjVertId | srcId [get] |
| |
|
unsafe ref readonly MR.ObjVertId | tgtClosestId [get] |
| |
|
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)
|
| |
|
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.
|
| |
Generated from class MR.ICPGroupPair. Base classes: Direct: (non-virtual) MR.ICPPairData This is the const half of the class.
The documentation for this class was generated from the following file: