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:
William Muir
2017-08-03 17:39:07 +12:00
parent 423f1acdb6
commit 874cdec654
3 changed files with 43 additions and 27 deletions
+1 -2
View File
@@ -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);