...
|
...
|
@@ -6,10 +6,6 @@ |
|
|
*
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#define RMLatLong CLLocationCoordinate2D
|
|
|
|
|
|
typedef struct {
|
|
|
double x, y;
|
|
|
} RMXYPoint;
|
...
|
...
|
@@ -23,9 +19,6 @@ typedef struct { |
|
|
RMXYSize size;
|
|
|
} RMXYRect;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RMXYPoint RMScaleXYPointAboutPoint(RMXYPoint point, float factor, RMXYPoint pivot);
|
|
|
RMXYRect RMScaleXYRectAboutPoint (RMXYRect rect, float factor, RMXYPoint pivot);
|
|
|
RMXYPoint RMTranslateXYPointBy (RMXYPoint point, RMXYSize delta);
|
...
|
...
|
|