Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00505_source.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/a00505_source.php on line 2
The ARGoS Website

vector2.cpp
Go to the documentation of this file.
1 
8 #include "vector2.h"
9 
10 namespace argos {
11 
12  const CVector2 CVector2::X(1.0, 0.0);
13  const CVector2 CVector2::Y(0.0, 1.0);
14 
15 }
static const CVector2 X
The x axis.
Definition: vector2.h:33
The namespace containing all the ARGoS related code.
Definition: ci_actuator.h:12
static const CVector2 Y
The y axis.
Definition: vector2.h:36