The total cost of the direct path (foundry.grid.BaseGrid#getDirectPath) through all waypoints.
The total number of diagonals moved along a direct path through all waypoints.
The total distance travelled along the path through all waypoints.
The total Euclidean length of the straight line path through all waypoints.
The measurements at each segment.
The total number of spaces moved along a direct path through all waypoints. Moving from a grid space to any of its neighbors counts as 1 step. Always 0 in gridless grids.
The measurements at each waypoint.
A result of foundry.grid.BaseGrid#measurePath.