mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Added booleans: has entered rounding zone, has crossed first line, has crossed second line
All for purposes of checking mark rounding. Currently not yet finished tags: #story[1124] #pair[hyi25, wmu16]
This commit is contained in:
@@ -31,8 +31,7 @@ public class YachtTest {
|
||||
"HaomingIsOk",
|
||||
"NZL");
|
||||
|
||||
yacht.setLat(57.670333);
|
||||
yacht.setLon(11.827833);
|
||||
yacht.setLocation(57.670333, 11.827833);
|
||||
|
||||
compoundMark = new CompoundMark(0, "HaomingsMark");
|
||||
Mark subMark1 = new Mark("H", 57.671524, 11.844495, 0);
|
||||
|
||||
Reference in New Issue
Block a user