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

Method fullWorldLongitude

ThirdParty/libproj/vtklibproj/src/grids.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77// ---------------------------------------------------------------------------
78
79bool ExtentAndRes::fullWorldLongitude() const {
80 return isGeographic && east - west + resX >= 2 * M_PI - 1e-10;
81}
82
83// ---------------------------------------------------------------------------
84

Callers 2

isPointInExtentFunction · 0.80
read_vgrid_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected