MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshProjectionParameters Struct Reference

parameters for mrFindSignedDistances More...

#include <MRPointsToMeshProjector.h>

Public Attributes

float loDistLimitSq
 
float upDistLimitSq
 
const MRAffineXf3frefXf
 optional reference mesh to world transformation
 
const MRAffineXf3fxf
 optional test points to world transformation
 

Detailed Description

parameters for mrFindSignedDistances

Member Data Documentation

◆ loDistLimitSq

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

◆ refXf

const MRAffineXf3f* MRMeshProjectionParameters::refXf

optional reference mesh to world transformation

◆ upDistLimitSq

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

◆ xf

const MRAffineXf3f* MRMeshProjectionParameters::xf

optional test points to world transformation


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