osgEarth 2.1.1
|
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/Node>
#include <osg/PrimitiveSet>
Go to the source code of this file.
Classes | |
class | seamless::Patch |
struct | seamless::Patch::Data |
Namespaces | |
namespace | seamless |
Defines | |
#define | SEAMLESS_PATCH 1 |
Functions | |
osg::Vec3 | seamless::closestPointOnSegment (const osg::Vec3 &p1, const osg::Vec3 &p2, const osg::Vec3 &p3) |
float | seamless::distanceToSegment (const osg::Vec3 &p1, const osg::Vec3 &p2, const osg::Vec3 &p3) |