MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MetricToAStarPenalty Class Reference

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...

+ Inheritance diagram for MR.MetricToAStarPenalty:

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]
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MetricToAStarPenalty() [1/4]

unsafe MR.MetricToAStarPenalty.MetricToAStarPenalty ( )
inline

Constructs an empty (default-constructed) instance.

◆ MetricToAStarPenalty() [2/4]

unsafe MR.MetricToAStarPenalty.MetricToAStarPenalty ( MR.Const_VertCoords? points,
MR.Vector3f target )
inline

Constructs MR.MetricToAStarPenalty elementwise.

◆ MetricToAStarPenalty() [3/4]

unsafe MR.MetricToAStarPenalty.MetricToAStarPenalty ( MR.Const_MetricToAStarPenalty _other)
inline

Generated from constructor MR.MetricToAStarPenalty.MetricToAStarPenalty.

◆ MetricToAStarPenalty() [4/4]

MR.MetricToAStarPenalty.MetricToAStarPenalty ( MetricToAStarPenalty _other)
inline

Generated from constructor MR.MetricToAStarPenalty.MetricToAStarPenalty.

Member Function Documentation

◆ assign()

unsafe MR.MetricToAStarPenalty MR.MetricToAStarPenalty.assign ( MR.Const_MetricToAStarPenalty _other)
inline

Generated from method MR.MetricToAStarPenalty.operator=.

Property Documentation

◆ points

new unsafe MR.? Const_VertCoords MR.MetricToAStarPenalty.points
getset

◆ target

new unsafe ref MR.Vector3f MR.MetricToAStarPenalty.target
get

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