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) Generated from class MR.MetricToAStarPenalty. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | MetricToAStarPenalty () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | MetricToAStarPenalty (MR.Const_VertCoords? points, MR.Vector3f target) |
| Constructs MR.MetricToAStarPenalty elementwise. | |
| unsafe | MetricToAStarPenalty (MR.Const_MetricToAStarPenalty _other) |
| Generated from constructor MR.MetricToAStarPenalty.MetricToAStarPenalty. | |
| MetricToAStarPenalty (MetricToAStarPenalty _other) | |
| Generated from constructor MR.MetricToAStarPenalty.MetricToAStarPenalty. | |
| unsafe MR.MetricToAStarPenalty | assign (MR.Const_MetricToAStarPenalty _other) |
| Generated from method MR::MetricToAStarPenalty::operator=. | |
Properties | |
| new unsafe MR.? Const_VertCoords | points [get, set] |
| new unsafe ref MR.Vector3f | target [get] |
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) Generated from class MR.MetricToAStarPenalty. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.MetricToAStarPenalty elementwise.
|
inline |
Generated from constructor MR.MetricToAStarPenalty.MetricToAStarPenalty.
|
inline |
Generated from constructor MR.MetricToAStarPenalty.MetricToAStarPenalty.
|
inline |
Generated from method MR::MetricToAStarPenalty::operator=.
|
getset |
|
get |