MeshLib JavaScript Docs
Loading...
Searching...
No Matches
DistanceFromWeightedPointsParams Class Reference

Public Member Functions

 DistanceFromWeightedPointsParams ()

Public Attributes

number minWeight
number maxWeight
number maxWeightGrad
boolean bidirectionalMode

Constructor & Destructor Documentation

◆ DistanceFromWeightedPointsParams()

DistanceFromWeightedPointsParams::DistanceFromWeightedPointsParams ( )

Member Data Documentation

◆ bidirectionalMode

boolean DistanceFromWeightedPointsParams::bidirectionalMode

for points, it must always true; for triangles: if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction

◆ maxWeight

number DistanceFromWeightedPointsParams::maxWeight

maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm

◆ maxWeightGrad

number DistanceFromWeightedPointsParams::maxWeightGrad

maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done

◆ minWeight

number DistanceFromWeightedPointsParams::minWeight

minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm


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