mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
338fb1642a
this prevents differences between CPU types
10 lines
236 B
C
10 lines
236 B
C
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
|
|
|
// Assorted useful math operations for ArduPilot(Mega)
|
|
|
|
#include <stdint.h>
|
|
#include "vector2.h"
|
|
#include "vector3.h"
|
|
#include "matrix3.h"
|
|
#include "polygon.h"
|