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

Function proj_angular_output

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

/

Source from the content-addressed store, hash-verified

85
86/*****************************************************************************/
87int proj_angular_output (PJ *P, enum PJ_DIRECTION dir) {
88/******************************************************************************
89 Returns 1 if the operator P provides angular output coordinates when
90 operating in direction dir, 0 otherwise.
91 dir: {PJ_FWD, PJ_INV}
92******************************************************************************/
93 return proj_angular_input (P, opposite_direction(dir));
94}
95
96/*****************************************************************************/
97int proj_degree_input (PJ *P, enum PJ_DIRECTION dir) {

Callers

nothing calls this directly

Calls 2

proj_angular_inputFunction · 0.85
opposite_directionFunction · 0.85

Tested by

no test coverage detected