Struct block_manifest

Inheritance Relationships

Base Type

  • public rconfig::base_config

Struct Documentation

struct block_manifest : public rconfig::base_config

Params of what types of blocks and how many of each should be created, as well as size and other characteristics.

Public Members

size_t n_cube = {0}
size_t n_ramp = {0}

cube blocks to distribute in arena

double unit_dim = {0.0}

Size in meters of the unit dimension for blocks. Cube blocks are 1x1 in this dimension, and ramp blocks are 2x1.

ramp blocks to distribute in arena