2010-09-08 05:21:46 -03:00
|
|
|
// -*- 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"
|
2011-12-14 23:34:58 -04:00
|
|
|
#include "polygon.h"
|