MeshLib
 
Loading...
Searching...
No Matches
MRFindProjectionParameters Struct Reference

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 MRAffineXf3fxf
 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
 

Detailed Description

optional parameters for mrFindProjection

Member Data Documentation

◆ loDistLimitSq

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

◆ upDistLimitSq

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

◆ xf

const MRAffineXf3f* MRFindProjectionParameters::xf

mesh-to-point transformation, if not specified then identity transformation is assumed


The documentation for this struct was generated from the following file: