More Info

Revision 674069

(Back to digest)
 

Other in Educational

Inge Wallin committed changes in /trunk/KDE/kdeedu/marble:

On the request of tackat, change all floats to doubles. We need the added precision when we are going to more detailed tiles.

An initial experiment of doing this automatically didn't come out too well: All places except 3 disappeared, and the North Pole was placed at the equator. Instead I'm now doing it manually. This commit changes all floats in the classes Quaternion, GeoPoint and GeoPolygon, but only as little as possible of the rest to make it compile.

From here on, I will take it step by step.

File Changes

Modified 20 files
/trunk/KDE/kdeedu/marble
 
/ChangeLog
 
/TODO
 
/src/FastMath.h
 
/src/main.cpp
 
/src/lib/GeoPoint.cpp
 
/src/lib/GeoPoint.h
 
/src/lib/GeoPolygon.cpp
 
/src/lib/GeoPolygon.h
 
/src/lib/katlasviewinputhandler.cpp
 
/src/lib/katlasviewinputhandler.h
 
/src/lib/katlasviewpopupmenu.cpp
 
/src/lib/MarbleWidget.cpp
 
/src/lib/MarbleWidget.h
 
/src/lib/measuretool.cpp
 
/src/lib/placemark.cpp
 
/src/lib/placemark.h
 
/src/lib/placemarkmanager.cpp
 
/src/lib/Quaternion.cpp
 
/src/lib/Quaternion.h
 
/src/lib/TextureMapper.cpp
20 files changed in total