Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Parameterization > API/Runtime/GeometryCore/Parameterization/TMeshDijkstra > API/Runtime/GeometryCore/Parameterization/TMeshDijkstra/ComputeToMaxDistance
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshDijkstra.h |
| Include | #include "Parameterization/MeshDijkstra.h" |
void ComputeToMaxDistance
&40;
const TArray< FVector2d > & SeedPointsIn,
double ComputeToMaxDistanceIn
&41;
Remarks
Computes graph distances outwards from seed points to all points that are less/equal to ComputeToMaxDistance from the seed.
Parameters
| Name | Description |
|---|---|
| SeedPointsIn | 2D tuples that define seed points as (PointID, InitialDistance) pairs |
| ComputeToMaxDistance | target graph-distance radius, will not compute/set distances on points with graph-distance larger than this |