osgEarth 2.1.1
|
Public Member Functions | |
EulerFaceLocator (unsigned int face) | |
bool | convertLocalToModel (const osg::Vec3d &local, osg::Vec3d &world) const |
bool | convertModelToLocal (const osg::Vec3d &world, osg::Vec3d &local) const |
Private Attributes | |
unsigned int | _face |
osgTerrain locator for positioning data on the terrain using a cube-face coordinate system.
seamless::EulerFaceLocator::EulerFaceLocator | ( | unsigned int | face | ) | [inline] |
bool seamless::EulerFaceLocator::convertLocalToModel | ( | const osg::Vec3d & | local, |
osg::Vec3d & | world | ||
) | const |
bool seamless::EulerFaceLocator::convertModelToLocal | ( | const osg::Vec3d & | world, |
osg::Vec3d & | local | ||
) | const [virtual] |
Reimplemented from osgEarth::GeoLocator.
unsigned int seamless::EulerFaceLocator::_face [private] |