Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the non-const half of the class.
More...
|
| unsafe | ICPPairData () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | ICPPairData (MR.Vector3f srcPoint, MR.Vector3f srcNorm, MR.Vector3f tgtPoint, MR.Vector3f tgtNorm, float distSq, float weight) |
| | Constructs MR.ICPPairData elementwise.
|
| unsafe | ICPPairData (MR.Const_ICPPairData _other) |
| | Generated from constructor MR.ICPPairData.ICPPairData.
|
| | ICPPairData (ICPPairData _other) |
| | Generated from constructor MR.ICPPairData.ICPPairData.
|
| unsafe MR.ICPPairData | assign (MR.Const_ICPPairData _other) |
| | Generated from method MR::ICPPairData::operator=.
|
| 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.
|
| | Const_ICPPairData (ICPPairData _other) |
| | Generated from constructor MR.ICPPairData.ICPPairData.
|
| bool | Equals (MR.Const_ICPPairData? _2) |
| override bool | Equals (object? other) |
|
| new unsafe ref MR.Vector3f | srcPoint [get] |
| | coordinates of the source point after transforming in world space
|
| new unsafe ref MR.Vector3f | srcNorm [get] |
| | normal in source point after transforming in world space
|
| new unsafe ref MR.Vector3f | tgtPoint [get] |
| | coordinates of the closest point on target after transforming in world space
|
| new unsafe ref MR.Vector3f | tgtNorm [get] |
| | normal in the target point after transforming in world space
|
| new unsafe ref float | distSq [get] |
| | squared distance between source and target points
|
| new unsafe ref float | weight [get] |
| | weight of the pair (to prioritize over other pairs)
|
| 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)
|
Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the non-const half of the class.
◆ ICPPairData() [1/4]
| unsafe MR.ICPPairData.ICPPairData |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ICPPairData() [2/4]
◆ ICPPairData() [3/4]
◆ ICPPairData() [4/4]
◆ assign()
Generated from method MR::ICPPairData::operator=.
◆ distSq
| new unsafe ref float MR.ICPPairData.distSq |
|
get |
squared distance between source and target points
◆ srcNorm
normal in source point after transforming in world space
◆ srcPoint
coordinates of the source point after transforming in world space
◆ tgtNorm
normal in the target point after transforming in world space
◆ tgtPoint
coordinates of the closest point on target after transforming in world space
◆ weight
| new unsafe ref float MR.ICPPairData.weight |
|
get |
weight of the pair (to prioritize over other pairs)
The documentation for this class was generated from the following file: