MCPcopy Create free account
hub / github.com/Kitware/VTK / pj_right

Function pj_right

ThirdParty/libproj/vtklibproj/src/internal.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56enum pj_io_units pj_right (PJ *P) {
57 enum pj_io_units u = P->inverted? P->left: P->right;
58 if (u==PJ_IO_UNITS_CLASSIC)
59 return PJ_IO_UNITS_PROJECTED;
60 return u;
61}
62
63
64/* Work around non-constness of MSVC HUGE_VAL by providing functions rather than constants */

Callers 4

pipeline.cppFile · 0.85
proj_angular_inputFunction · 0.85
proj_degree_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected