geo/geo_common library

Classes

GeoAngle
The GeoAngle class defines an angle that may be given in degrees or radians (but not both). It automatically converts angles to degrees and radians for easier access
GeoCircle
The GeoCircle class defines an geometric circle with radius. The class may be used to calculate coordinates on the circle given an angle in radians or degrees.
GeoCoordinate
The GeoCoordinate class defines (x,y,z) coordinates on a 3-dimensional space.
GeoCoordinate2D
The GeoCoordinate2D class defines (x,y) coordinates on a 2-dimensional plane (w/ z = 0 implied).
GeoEllipse
The GeoEllipse class defines an geometric ellipse with horizontal radius xRadius, and vertical radius yRadius. The class may be used to calculate coordinates on the ellipse given an angle in radians or degrees.