aboutsummaryrefslogtreecommitdiff
path: root/src/projections/ortho.cpp
AgeCommit message (Expand)Author
2021-09-15Inverse ortho ellipsoidal oblique: address a few remarks from https://github....Even Rouault
2021-09-15Inverse ellipsoidal orthographic projection (oblique case): fix convergence a...Even Rouault
2021-09-15Fix error in implementation of Inverse ellipsoidal orthographic projection (o...Even Rouault
2021-07-11ortho: remove useless and invalid log trace (CID 350886, 350887)Even Rouault
2020-12-15Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHEREven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-10-25Fix typos spotted by scripts/fix_typos.shEven Rouault
2020-09-30ortho.cpp: more precise reference to guidance noteEven Rouault
2020-09-27Ortho ellipsoidal inverse: improve accuracy in polar case with (x,y) close to...Even Rouault
2020-09-27Ortho ellipsoidal inverse: add domain check for oblique case, and slighly imp...Even Rouault
2020-09-26Ortho ellipsoidal inverse: add non iterative implementations for polar and eq...Even Rouault
2020-09-26Ortho: add visibility condition for ellipsoidal case. Credits to @cffkEven Rouault
2020-09-26Implement ellipsoidal formulation of +proj=ortho (fixes #397)Even Rouault
2020-03-08src/projections/: remove assignments in expression and multiple statements pe...Even Rouault
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-04-26Prefix inverse and forward functions by their projection namesEven Rouault
2019-03-29Remove duplicate instances of #include "proj_internal.h"Chris Mayo
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...Even Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault