core/simulator/entity/embodied_entity.cpp File Reference

#include "embodied_entity.h"
#include "composable_entity.h"
#include <argos3/core/simulator/space/space.h>
#include <argos3/core/simulator/simulator.h>
#include <argos3/core/utility/string_utilities.h>
#include <argos3/core/utility/math/matrix/rotationmatrix3.h>
Include dependency graph for embodied_entity.cpp:

Go to the source code of this file.

Namespaces

namespace  argos
 

The namespace containing all the ARGoS related code.


Defines

#define CHECK_CORNER(MINMAX, COORD, OP)

Functions

bool argos::operator== (const SAnchor *ps_anchor, const std::string &str_id)
 Returns true if the anchor id matches the given id.

Define Documentation

#define CHECK_CORNER ( MINMAX,
COORD,
OP   ) 
Value:
if(m_sBoundingBox->MINMAX ## Corner.Get ## COORD() OP sBBox.MINMAX ## Corner.Get ## COORD()) { \
      m_sBoundingBox->MINMAX ## Corner.Set ## COORD(sBBox.MINMAX ## Corner.Get ## COORD()); \
   }

Definition at line 375 of file embodied_entity.cpp.


Generated on 10 Jul 2018 for ARGoS by  doxygen 1.6.1