Matlab mex file for geographic to UTM/UPS conversions. More...
#include <algorithm>
#include <GeographicLib/Geodesic.hpp>
#include <GeographicLib/GeodesicExact.hpp>
#include <mex.h>
Go to the source code of this file.
Functions | |
template<class G > | |
void | compute (double a, double f, mwSize m, const double *latlong, double *geodesic, double *aux) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Matlab mex file for geographic to UTM/UPS conversions.
Copyright (c) Charles Karney (2010-2013) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttps://geographiclib.sourceforge.io/
Definition in file geodesicinverse.cpp.
void compute | ( | double | a, |
double | f, | ||
mwSize | m, | ||
const double * | latlong, | ||
double * | geodesic, | ||
double * | aux | ||
) |
Definition at line 27 of file geodesicinverse.cpp.
Definition at line 64 of file geodesicinverse.cpp.