osgEarth 2.1.1
Functions

/home/cube/sources/osgearth/src/osgEarthUtil/ImageOverlay.cpp File Reference

#include <osgEarthUtil/ImageOverlay>
#include <osg/Geode>
#include <osg/ShapeDrawable>
#include <osg/Texture2D>
#include <osgEarthSymbology/MeshSubdivider>
#include <osgEarth/FindNode>
#include <osg/io_utils>
#include <algorithm>
Include dependency graph for ImageOverlay.cpp:

Go to the source code of this file.

Functions

void clampLatitude (osg::Vec2d &l)

Function Documentation

void clampLatitude ( osg::Vec2d &  l)

Definition at line 17 of file ImageOverlay.cpp.

{
    l.y() = osg::clampBetween( l.y(), -90.0, 90.0);
}

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines