Added osgTerrain::EllipsodeTransform helper class for converting to and from
lat, long, height to geocentric X,Y,Z and back.
This commit is contained in:
@@ -15,13 +15,11 @@
|
||||
|
||||
using namespace osgTerrain;
|
||||
|
||||
CoordinateSystem::CoordinateSystem():
|
||||
_type(GEOGRAPHIC)
|
||||
CoordinateSystem::CoordinateSystem()
|
||||
{
|
||||
}
|
||||
|
||||
CoordinateSystem::CoordinateSystem(const std::string& WKT, Type type):
|
||||
_type(type),
|
||||
CoordinateSystem::CoordinateSystem(const std::string& WKT):
|
||||
_WKT(WKT)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user