Initial import
[ptas] / coordinate-system.h
diff --git a/coordinate-system.h b/coordinate-system.h
new file mode 100644 (file)
index 0000000..78a4620
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef COORDINATE_SYSTEM_H
+#define COORDINATE_SYSTEM_H
+
+void wgs84_to_kkj2(double inLatitude, double inLongitude, double *outLatitude, double *outLongitude);
+
+void kkj2_to_wgs84(double inLatitude, double inLongitude, double *outLatitude, double *outLongitude);
+
+#endif