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