Browse Source

uncrustify libraries/AP_Math/examples/polygon/polygon.pde

mission-4.1.18
uncrustify 13 years ago committed by Pat Hickey
parent
commit
87c263fbb9
  1. 8
      libraries/AP_Math/examples/polygon/polygon.pde

8
libraries/AP_Math/examples/polygon/polygon.pde

@ -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)
{

Loading…
Cancel
Save