ARGoS  3
A parallel, multi-engine simulator for swarm robotics
core/utility/math/vector2.cpp
Go to the documentation of this file.
00001 
00008 #include "vector2.h"
00009 
00010 namespace argos {
00011 
00012    const CVector2 CVector2::X(1.0, 0.0);
00013    const CVector2 CVector2::Y(0.0, 1.0);
00014 
00015 }