Find the interpolation point p between geography points p1 and p2 so that len(p1,p) == len(p1,p2) * f and p falls on the p1,p2 segment.
- Parameters
-
| [in] | p1,p2 | geography points we are interpolating between |
| [in] | s | Spheroid used for during the intepolation, may be NULL when using sphere interpolation |
| [in] | f | Fraction |
| [out] | p | Result |