Home
last modified time | relevance | path

Searched refs:crosses_date_line (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DCube.cpp636 …bool crosses_date_line = fx[UL]+(1-fy[UL]) < 1.0 && (1-fx[LR])+fy[LR] < 1.0 && fx[LL]+fy[LL] < 1.0; in transformInFaceExtentToMBR() local
637 if ( crosses_date_line ) in transformInFaceExtentToMBR()