mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Untested geo line implementation without texture
This commit is contained in:
parent
bee167764a
commit
7a07e0f698
4 changed files with 322 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ struct Coordinate
|
|||
double latitude_; ///< Latitude in degrees
|
||||
double longitude_; ///< Longitude in degrees
|
||||
|
||||
Coordinate() : Coordinate(0.0, 0.0) {}
|
||||
|
||||
Coordinate(double latitude, double longitude) :
|
||||
latitude_ {latitude}, longitude_ {longitude}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue