Clearified latlon interface.

This commit is contained in:
Kalle Bladin
2016-04-14 20:27:43 -04:00
parent acf4297491
commit 4fd0b0643c
6 changed files with 18 additions and 18 deletions
@@ -67,7 +67,7 @@ namespace openspace {
glm::sin(lat));
}
Vec2 LatLon::asVec2() const {
Vec2 LatLon::toLonLatVec2() const {
return Vec2(lon, lat);
}