Browse Source

uncrustify libraries/AP_Math/polygon.h

mission-4.1.18
uncrustify 13 years ago committed by Pat Hickey
parent
commit
9ccb38260d
  1. 4
      libraries/AP_Math/polygon.h

4
libraries/AP_Math/polygon.h

@ -17,6 +17,6 @@ @@ -17,6 +17,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
bool Polygon_outside(const Vector2l &P, const Vector2l *V, unsigned n);
bool Polygon_complete(const Vector2l *V, unsigned n);
bool Polygon_outside(const Vector2l &P, const Vector2l *V, unsigned n);
bool Polygon_complete(const Vector2l *V, unsigned n);

Loading…
Cancel
Save