#include <MRICP.h>
|
MRVector3f | srcPoint |
| coordinates of the source point after transforming in world space
|
|
MRVector3f | srcNorm |
| normal in source point after transforming in world space
|
|
MRVector3f | tgtPoint |
| coordinates of the closest point on target after transforming in world space
|
|
MRVector3f | tgtNorm |
| normal in the target point after transforming in world space
|
|
float | distSq |
| squared distance between source and target points
|
|
float | weight |
| weight of the pair (to prioritize over other pairs)
|
|
◆ distSq
float MRICPPairData::distSq |
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
float MRICPPairData::weight |
weight of the pair (to prioritize over other pairs)
The documentation for this struct was generated from the following file: