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

Function opposite_direction

ThirdParty/libproj/vtklibproj/src/4D_api.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static PJ_DIRECTION opposite_direction(PJ_DIRECTION dir) {
71 return static_cast<PJ_DIRECTION>(-dir);
72}
73
74/*****************************************************************************/
75int proj_angular_input (PJ *P, enum PJ_DIRECTION dir) {

Callers 5

proj_angular_outputFunction · 0.85
proj_degree_outputFunction · 0.85
proj_roundtripFunction · 0.85
proj_transFunction · 0.85
proj_trans_genericFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected