Home
last modified time | relevance | path

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

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DGraticuleLabelingEngine.cpp221 osg::Vec3d LL_world; in cullTraverse() local
224 bool LL_ok = ellipsoid.intersectLine(p0, p1, LL_world); in cullTraverse()
247 return updateLabels(LL_world, UL_world, LR_world, window, data); in cullTraverse()
250 bool GraticuleLabelingEngine::updateLabels(const osg::Vec3d& LL_world, osg::Vec3d& UL_world, osg::V… in updateLabels() argument
H A DGeodeticLabelingEngine.cpp56 GeodeticLabelingEngine::updateLabels(const osg::Vec3d& LL_world, osg::Vec3d& UL_world, osg::Vec3d& … in updateLabels() argument
61 ll.fromWorld(wgs84, LL_world); in updateLabels()
H A DUTMLabelingEngine.cpp57 UTMLabelingEngine::updateLabels(const osg::Vec3d& LL_world, osg::Vec3d& UL_world, osg::Vec3d& LR_wo… in updateLabels() argument
65 left.LL_geo.fromWorld(_srs.get(), LL_world); in updateLabels()
H A DGeodeticLabelingEngine48 …virtual bool updateLabels(const osg::Vec3d& LL_world, osg::Vec3d& UL_world, osg::Vec3d& LR_world, …
H A DUTMLabelingEngine50 …virtual bool updateLabels(const osg::Vec3d& LL_world, osg::Vec3d& UL_world, osg::Vec3d& LR_world, …
H A DGraticuleLabelingEngine76 …virtual bool updateLabels(const osg::Vec3d& LL_world, osg::Vec3d& UL_world, osg::Vec3d& LR_world, …