Initial structure for refactoring, some conversions still missing. Especially required further test cases.

This commit is contained in:
Klaus Basan
2013-04-19 00:19:41 +02:00
parent 5bf308c54b
commit 8121babe77
22 changed files with 607 additions and 120 deletions

View File

@@ -72,7 +72,9 @@ HEADERS += \
coordinategeodetic.h \
coordinateecef.h \
coordinatened.h \
geoearthangle.h
geoearthangle.h \
coordinatetransformation.h \
mathmatrix1x3.h
SOURCES += \
logmessage.cpp \
@@ -104,6 +106,7 @@ SOURCES += \
mathvector3dbase.cpp \
mathmatrixbase.cpp \
mathmatrix3x3.cpp \
mathematics.cpp
mathematics.cpp \
coordinatetransformation.cpp
DESTDIR = ../../lib