MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::MeshProjectionParameters Struct Reference

#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
 

Member Data Documentation

◆ loDistLimitSq

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

◆ refXf

const AffineXf3f* MR::MeshProjectionParameters::refXf = nullptr

optional reference mesh to world transformation

◆ upDistLimitSq

float MR::MeshProjectionParameters::upDistLimitSq = FLT_MAX

maximum squared distance from a test point to mesh to be computed precisely, if actual distance is larger then upDistLimit will be returned with not-trusted sign

◆ xf

const AffineXf3f* MR::MeshProjectionParameters::xf = nullptr

optional test points to world transformation


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