mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 21:21:19 -06:00
Fix longitude/latitude specification for size of GeodeticPatch
This commit is contained in:
@@ -99,8 +99,8 @@ const Geodetic2& GeodeticPatch::halfSize() const {
|
||||
|
||||
Geodetic2 GeodeticPatch::size() const {
|
||||
return {
|
||||
_halfSize.lon * 2.0,
|
||||
_halfSize.lat * 2.0
|
||||
_halfSize.lat * 2.0,
|
||||
_halfSize.lon * 2.0
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user