Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the non-const half of the class.
More...
|
| 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.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]
| unsafe MR.ICPPairData.ICPPairData |
( |
MR.Const_ICPPairData | _other | ) |
|
|
inline |
Generated from constructor MR.ICPPairData.ICPPairData.
◆ ICPPairData() [4/4]
Generated from constructor MR.ICPPairData.ICPPairData.
◆ assign()
| unsafe MR.ICPPairData MR.ICPPairData.assign |
( |
MR.Const_ICPPairData | _other | ) |
|
|
inline |
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: