#include <MRPointsToMeshProjector.h>
Public Attributes | |
| float | loDistLimitSq = 0 |
| float | upDistLimitSq = FLT_MAX |
| const AffineXf3f * | refXf = nullptr |
| optional reference mesh to world transformation | |
| const AffineXf3f * | xf = nullptr |
| optional test points to world transformation | |
| float MR::MeshProjectionParameters::loDistLimitSq = 0 |
minimum squared distance from a test point to mesh to be computed precisely, if a mesh point is found within this distance then it is immediately returned without searching for a closer one
| const AffineXf3f* MR::MeshProjectionParameters::refXf = nullptr |
optional reference mesh to world transformation
| float MR::MeshProjectionParameters::upDistLimitSq = FLT_MAX |
maximum squared distance from a test point to mesh to be computed precisely, if actual distance is larger than upDistLimit will be returned with not-trusted sign
| const AffineXf3f* MR::MeshProjectionParameters::xf = nullptr |
optional test points to world transformation