mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Clearified latlon interface.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace openspace {
|
||||
glm::sin(lat));
|
||||
}
|
||||
|
||||
Vec2 LatLon::asVec2() const {
|
||||
Vec2 LatLon::toLonLatVec2() const {
|
||||
return Vec2(lon, lat);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user