Between two locations, i’m trying to figure out how to calculate a point along the line between the two.
Example would be I want to calculate the position 1000 units distance from location 1 to location 2.
So the params i’d be working with are: Location1, Location2, DistanceAlongLine.
Could anyone offer some ideas of how to do this?