parameters for mrFindSignedDistances More...
#include <MRPointsToMeshProjector.h>
Public Attributes | |
| float | loDistLimitSq |
| float | upDistLimitSq |
| const MRAffineXf3f * | refXf |
| optional reference mesh to world transformation | |
| const MRAffineXf3f * | xf |
| optional test points to world transformation | |
parameters for mrFindSignedDistances
| float MRMeshProjectionParameters::loDistLimitSq |
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 MRAffineXf3f* MRMeshProjectionParameters::refXf |
optional reference mesh to world transformation
| float MRMeshProjectionParameters::upDistLimitSq |
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 MRAffineXf3f* MRMeshProjectionParameters::xf |
optional test points to world transformation