MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MetricToAStarPenalty Class Reference

Public Member Functions

float __call__ (self, float metric, VertId v)
 
None __init__ (self)
 
None __init__ (self, MetricToAStarPenalty arg0)
 
None __init__ (self, VertCoords points, Vector3f target)
 

Detailed Description

Generated from:  MR::MetricToAStarPenalty

the vertices in the queue are ordered by the sum of their metric from a start location and the
lower bound of a path till target point (A* heuristic)

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MetricToAStarPenalty.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.MetricToAStarPenalty.__init__ ( self,
MetricToAStarPenalty arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.MetricToAStarPenalty.__init__ ( self,
VertCoords points,
Vector3f target )
Implicit aggregate constructor.

Member Function Documentation

◆ __call__()

float meshlib.mrmeshpy.MetricToAStarPenalty.__call__ ( self,
float metric,
VertId v )

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