|
|
|
@ -10,9 +10,9 @@
@@ -10,9 +10,9 @@
|
|
|
|
|
FastSerialPort(Serial, 0); |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
this is the boundary of the 2010 outback challenge |
|
|
|
|
Note that the last point must be the same as the first for the |
|
|
|
|
Polygon_outside() algorithm |
|
|
|
|
* this is the boundary of the 2010 outback challenge |
|
|
|
|
* Note that the last point must be the same as the first for the |
|
|
|
|
* Polygon_outside() algorithm |
|
|
|
|
*/ |
|
|
|
|
static const Vector2l OBC_boundary[] = { |
|
|
|
|
Vector2l(-265695640, 1518373730), |
|
|
|
@ -59,7 +59,7 @@ static const struct {
@@ -59,7 +59,7 @@ static const struct {
|
|
|
|
|
#define ARRAY_LENGTH(x) (sizeof((x))/sizeof((x)[0])) |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
polygon tests |
|
|
|
|
* polygon tests |
|
|
|
|
*/ |
|
|
|
|
void setup(void) |
|
|
|
|
{ |
|
|
|
|