MCPcopy Create free account
hub / github.com/OSGeo/PROJ / pj_left

Function pj_left

src/internal.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using namespace NS_PROJ::internal;
48
49enum pj_io_units pj_left(PJ *P) {
50 enum pj_io_units u = P->inverted ? P->right : P->left;
51 if (u == PJ_IO_UNITS_CLASSIC)
52 return PJ_IO_UNITS_PROJECTED;
53 return u;
54}
55
56enum pj_io_units pj_right(PJ *P) {
57 enum pj_io_units u = P->inverted ? P->left : P->right;

Callers 3

proj_angular_inputFunction · 0.85
proj_degree_inputFunction · 0.85
pipeline.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected