options determining computation of distance from a point to a mesh More...
#include <MRMesh/MRDistanceToMeshOptions.h>
Public Attributes | |
| float | minDistSq { 0 } |
| minimum squared distance from a point to mesh to be computed precisely | |
| float | maxDistSq { FLT_MAX } |
| maximum squared distance from a point to mesh to be computed precisely | |
| bool | nullOutsideMinMax = true |
| float | windingNumberThreshold = 0.5f |
| float | windingNumberBeta = 2 |
options determining computation of distance from a point to a mesh