Implemented wake lines

- Changed heading calculation in event class
- The boats now go to the marker, rather than the center of a gate

Tags: #story[466]
This commit is contained in:
Michael Rausch
2017-03-24 20:27:17 +13:00
parent 798fe4da0e
commit 5dd5e50738
6 changed files with 79 additions and 24 deletions
+6 -6
View File
@@ -5,27 +5,27 @@
"teams": [
{
"team-name": "Oracle Team USA",
"velocity": 30.9
"velocity": 60.0
},
{
"team-name": "Artemis Racing",
"velocity": 59.3
"velocity": 10.0
},
{
"team-name": "Emirates Team New Zealand",
"velocity": 51.5
"velocity": 90.0
},
{
"team-name": "Groupama Team France",
"velocity": 29.9
"velocity": 15.0
},
{
"team-name": "Land Rover BAR",
"velocity": 99.6
"velocity": 70.0
},
{
"team-name": "SoftBank Team Japan",
"velocity": 45.6
"velocity": 45.0
}
]
}