arena.h
46 class FARSA_EXPERIMENTS_API Arena : public ParameterSettableInConstructor, public ConcurrentResourcesUser
176 Box2DWrapper* createWall(QColor color, wVector start, wVector end, real thickness, real height = -1.0);
271 Cylinder2DWrapper* createCylinder(QColor color, real radius, real height, Cylinder2DWrapper::Type type);
284 Box2DWrapper* createBox(QColor color, real width, real depth, real height, Box2DWrapper::Type type);
331 static Box2DWrapper* createPlane(ConfigurationParameters& params, QString prefix, real z, Arena* arena);
342 static Box2DWrapper* createPlane2(ConfigurationParameters& params, QString prefix, real z, Arena* arena);