#include <yarp/dev/api.h>
#include <yarp/dev/Map2DArea.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/ConnectionReader.h>
#include <yarp/os/ConnectionWriter.h>
#include <sstream>
#include <string>
#include <vector>
#include <cassert>
#include <yarp/os/LogStream.h>
#include <random>
#include <algorithm>
Go to the source code of this file.
Functions | |
int | pnpoly (std::vector< yarp::math::Vec2D< double >> points, double testx, double testy) |
int pnpoly | ( | std::vector< yarp::math::Vec2D< double >> | points, |
double | testx, | ||
double | testy | ||
) |
Definition at line 29 of file Map2DArea.cpp.