#include "ad/rss/unstructured/Geometry.hpp"
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
#define | DEBUG_DRAWING_POLYGON(polygon, color, ns) (DebugDrawing::getInstance()->drawPolygon(polygon, color, ns)) |
|
#define | DEBUG_DRAWING_LINE(line, color, ns) (DebugDrawing::getInstance()->drawLine(line, color, ns)) |
|
#define | DEBUG_DRAWING_IS_ENABLED() (DebugDrawing::getInstance()->isEnabled()) |
|