ardupilot/libraries/AP_Math/AP_Math.h
Andrew Tridgell cd9fb3c47a AP_Math: added a Polygon_outside() function
this tests if a point is outside of a polygon. This will be used as
part of our geo-fencing support, and also for a new 'fenced mode'
2011-12-15 14:34:58 +11:00

9 lines
216 B
C

// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
// Assorted useful math operations for ArduPilot(Mega)
#include "vector2.h"
#include "vector3.h"
#include "matrix3.h"
#include "polygon.h"