in wgs84 coordinate system, know 3 coordinate:a, b , c. need find coord d. there line passing through , b. coord d
shortest distance a point(c)
on line(a,b)
.
-(coord) getcoordinateshortest:(coord)lineona :(coord)lineonb :(coord)coordiatec { ... return d; }
Comments
Post a Comment