[lato, lono, azo] =
geodeticfwd(lat, lon, range, azi) ¶[lato, lono, azo] =
geodeticfwd(lat, lon, range, azi, dim) ¶[lato, lono, azo] =
geodeticfwd(lat, lon, range, azi, angleUnit) ¶[lato, lono, azo] =
geodeticfwd(lat, lon, range, azi, ellipsoid) ¶[lato, lono, azo] =
geodeticfwd(lat, lon, range, azi, dim, angleUnit, ellipsoid) ¶Compute the coordinates of the end-point of a displacement along a geodesic.
Inputs:
All these inputs can be scalars, vectors or 2D/ND arrays. If any input is a vector or 2D or ND array, all other inputs MUST be either scalars, OR vectors or arrays of the exact same size, OR scalars. Scalars will be automatically expanded to the size of the input vectors/arrays.
The following optional arguments can be specified in any desired order:
Output arguments:
geodeticfwd is based on vincentyDirect.m by Alfredo Foltran, in turn based on Vicenty.T (1975) "Direct and inverse solutions of geodesics on the ellipsoid with application of nested equations".
See also: geodeticarc, meridianfwd, reckon, referenceEllipsoid, validateLengthUnit, vincentyDirect.
Package: mapping