gz/rendering/Grid.hh
virtual void SetCellLength(const double _len)=0
Set the cell length in one direction. The cells are assumed to be square.
virtual unsigned int CellCount() const =0
Get the number of cells on a planar grid.
virtual unsigned int VerticalCellCount() const =0
Get the vertical cell count.
Represents a grid geometry drawn along the XY plane. If vertical cell count is specified then the gri...
Definition: gz/rendering/Grid.hh:34
virtual void SetVerticalCellCount(const unsigned int _count)=0
Set the vertical cell count of the grid. This makes the grid 3D.
virtual void SetCellCount(const unsigned int _count)=0
Set the number of cells on a planar grid.
Represents a geometric shape to be rendered.
Definition: gz/rendering/Geometry.hh:34