WhirlyGlobe  1.2
A 3D interactive globe toolkit for iOS
WhirlyGlobe::GeoCoord Class Reference

Convenience wrapper for geodetic coordinates. More...

#include <WhirlyVector.h>

List of all members.

Public Member Functions

 GeoCoord (float lon, float lat)
float lon () const
 Longitude.
float & lon ()
float lat () const
 Latitude.
float & lat ()
GeoCoord operator+ (const GeoCoord &that)

Static Public Member Functions

static GeoCoord CoordFromDegrees (float lon, float lat)

Detailed Description

Convenience wrapper for geodetic coordinates.


Member Function Documentation

static GeoCoord WhirlyGlobe::GeoCoord::CoordFromDegrees ( float  lon,
float  lat 
) [static]

Create a geo coordinate using degrees intead of radians. Note the order of the arguments


The documentation for this class was generated from the following file: