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) |
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)
None meshlib.mrmeshpy.MetricToAStarPenalty.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.MetricToAStarPenalty.__init__ | ( | self, | |
MetricToAStarPenalty | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.MetricToAStarPenalty.__init__ | ( | self, | |
VertCoords | points, | ||
Vector3f | target ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.MetricToAStarPenalty.__call__ | ( | self, | |
float | metric, | ||
VertId | v ) |