Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Parameterization > API/Runtime/GeometryCore/Parameterization/TMeshDijkstra
Syntax
TUniqueFunction < double FromVID, int32 ToVID, int32 SeedVID, double EuclideanDistance)> GetWeightedDistanceFunc
Remarks
Called when computing pairwise point distances between neighbours FromVID and ToVID, to allow for alternative distance metrics. SeedVID is the seed point that FromVID's value was propagated from (ie point reached by gradient walk) EuclideanDistance is the distance between the two input points