#include <argos3/core/utility/math/general.h>
#include <argos3/core/utility/math/angles.h>
#include <argos3/core/utility/math/vector2.h>
#include <argos3/core/utility/math/matrix/matrix.h>
#include <argos3/core/utility/string_utilities.h>
#include <array>
#include <iostream>
#include <cmath>
Go to the source code of this file.
Classes | |
class | argos::CVector3 |
A 3D vector class. More... | |
Namespaces | |
argos | |
The namespace containing all the ARGoS related code. | |
Functions | |
Real | argos::SquareDistance (const CVector3 &c_v1, const CVector3 &c_v2) |
Computes the square distance between the passed vectors. More... | |
Real | argos::Distance (const CVector3 &c_v1, const CVector3 &c_v2) |
Computes the distance between the passed vectors. More... | |