Height

Represents the height of a cell

struct Height {}

Members

Variables

depth
float depth;

Depth of the cell; how much space does the cell occupy in this column.

top
float top;

Position of the cell's top side.

Meta