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

#include <MRClosestWeightedPoint.h>

+ Inheritance diagram for MR::DistanceFromWeightedPointsComputeParams:

Public Attributes

float minDistance = 0
 stop searching as soon as any point within this distance is found
 
float maxDistance = FLT_MAX
 find the closest point only if the distance to it is less than given value
 
- Public Attributes inherited from MR::DistanceFromWeightedPointsParams
VertMetric pointWeight
 function returning the weight of each point, must be set by the user
 
float maxWeight = 0
 
float maxWeightGrad = FLT_MAX
 

Member Data Documentation

◆ maxDistance

float MR::DistanceFromWeightedPointsComputeParams::maxDistance = FLT_MAX

find the closest point only if the distance to it is less than given value

◆ minDistance

float MR::DistanceFromWeightedPointsComputeParams::minDistance = 0

stop searching as soon as any point within this distance is found


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