arena.h
45 class FARSA_EXPERIMENTS_API Arena : public ParameterSettableInConstructor, public ConcurrentResourcesUser
165 Box2DWrapper* createWall(QColor color, wVector start, wVector end, real thickness, real height = -1.0);
225 Cylinder2DWrapper* createCylinder(QColor color, real radius, real height, Cylinder2DWrapper::Type type);
238 Box2DWrapper* createBox(QColor color, real width, real depth, real height, Box2DWrapper::Type type);