31 #include "vtkInfovisLayoutModule.h"
65 void operator=(
const vtkGeoMath&) VTK_DELETE_FUNCTION;
Useful geographic calculations.
static double DistanceSquared(double pt0[3], double pt1[3])
Returns the squared distance between two points.
static void LongLatAltToRect(double lla[3], double rect[3])
Converts a (longitude, latitude, altitude) triple to world coordinates where the center of the earth ...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkGeoMath * New()
static double EarthRadiusMeters()
Returns the average radius of the earth in meters.
a simple class to control print indentation
abstract base class for most VTK objects