I'm looking for something very similar to those stack exchange GIS questions: Algorithm for offsetting a latitude/longitude by some amount of meters, How to convert (geodetic pose + cartesian offset) to geodetic position, Increment GPS coordinates by a certain distance given in meters [duplicate] and Quick way to determine if facing a given lat/lon pair with a heading, but I cannot get my head around to combine them for my specific question:
The most relevant would be the first one, but it refers to a specific vector/heading offset. What I'm looking for is a way to calculate an offset of some meters (less than 200 meters) for a point A, on the segment defined by this point A and another point B, having less than 1km of distance between them.
How can I apply the first answer of SE GIS with a calculation of heading (like the one in the last answer) in order to transpose point A for 100 meters in the direction of B?