Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00508.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00508.php on line 2
The ARGoS Website

vector3.h File Reference
#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/string_utilities.h>
#include <iostream>
#include <cmath>
Include dependency graph for vector3.h:
This graph shows which files directly or indirectly include this file:

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...