optional parameters for mrFindProjection More...
#include <MRMeshProject.h>
Public Attributes | |
float | upDistLimitSq |
upper limit on the distance in question, if the real distance is larger than the function exits returning upDistLimitSq and no valid point | |
const MRAffineXf3f * | xf |
mesh-to-point transformation, if not specified then identity transformation is assumed | |
float | loDistLimitSq |
low limit on the distance in question, if a point is found within this distance then it is immediately returned without searching for a closer one | |
optional parameters for mrFindProjection
float MRFindProjectionParameters::loDistLimitSq |
low limit on the distance in question, if a point is found within this distance then it is immediately returned without searching for a closer one
float MRFindProjectionParameters::upDistLimitSq |
upper limit on the distance in question, if the real distance is larger than the function exits returning upDistLimitSq and no valid point
const MRAffineXf3f* MRFindProjectionParameters::xf |
mesh-to-point transformation, if not specified then identity transformation is assumed