Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Parameterization > API/Runtime/GeometryCore/Parameterization/TMeshDijkstra
| Type | Name | Description | |
|---|---|---|---|
| void | ComputeToMaxDistance
(
const TArray< FSeedPoint >& SeedPointsIn, |
Computes graph distances outwards from seed points to all points that are less/equal to ComputeToMaxDistance from the seed. | |
| void | ComputeToMaxDistance
(
const TArray< FVector2d >& SeedPointsIn, |
Computes graph distances outwards from seed points to all points that are less/equal to ComputeToMaxDistance from the seed. |