Generated from class MR.ICPGroupPair. Base classes: Direct: (non-virtual) MR.ICPPairData This is the non-const half of the class.
More...
|
| unsafe | ICPGroupPair () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | ICPGroupPair (MR.Const_ICPGroupPair _other) |
| | Generated from constructor MR.ICPGroupPair.ICPGroupPair.
|
| |
| | ICPGroupPair (ICPGroupPair _other) |
| | Generated from constructor MR.ICPGroupPair.ICPGroupPair.
|
| |
| unsafe MR.ICPGroupPair | assign (MR.Const_ICPGroupPair _other) |
| | Generated from method MR.ICPGroupPair.operator=.
|
| |
|
| new unsafe ref MR.ObjVertId | srcId [get] |
| |
| new unsafe ref MR.ObjVertId | tgtClosestId [get] |
| |
| 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)
|
| |
Generated from class MR.ICPGroupPair. Base classes: Direct: (non-virtual) MR.ICPPairData This is the non-const half of the class.
◆ ICPGroupPair() [1/3]
| unsafe MR.ICPGroupPair.ICPGroupPair |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ICPGroupPair() [2/3]
| unsafe MR.ICPGroupPair.ICPGroupPair |
( |
MR.Const_ICPGroupPair | _other | ) |
|
|
inline |
Generated from constructor MR.ICPGroupPair.ICPGroupPair.
◆ ICPGroupPair() [3/3]
Generated from constructor MR.ICPGroupPair.ICPGroupPair.
◆ assign()
| unsafe MR.ICPGroupPair MR.ICPGroupPair.assign |
( |
MR.Const_ICPGroupPair | _other | ) |
|
|
inline |
Generated from method MR.ICPGroupPair.operator=.
◆ operator MR.ICPPairData()
◆ distSq
| new unsafe ref float MR.ICPGroupPair.distSq |
|
get |
squared distance between source and target points
◆ srcId
◆ srcNorm
normal in source point after transforming in world space
◆ srcPoint
coordinates of the source point after transforming in world space
◆ tgtClosestId
◆ 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.ICPGroupPair.weight |
|
get |
weight of the pair (to prioritize over other pairs)
The documentation for this class was generated from the following file: