Result of solving three-column width distribution.
More...
#include <phosphor-tiles/include/PhosphorTiles/TilingAlgorithmHelpers.h>
Result of solving three-column width distribution.
Shared by ThreeColumnAlgorithm and CenteredMasterAlgorithm via TilingAlgorithm::solveThreeColumnWidths. Exposed as a namespace-level type so consumers / tests can reference it without the enclosing class context; the class still provides TilingAlgorithm::ThreeColumnWidths as a type alias for source compatibility.
◆ centerWidth
| int PhosphorTiles::ThreeColumnWidths::centerWidth |
◆ centerX
| int PhosphorTiles::ThreeColumnWidths::centerX |
◆ leftWidth
| int PhosphorTiles::ThreeColumnWidths::leftWidth |
◆ leftX
| int PhosphorTiles::ThreeColumnWidths::leftX |
◆ rightWidth
| int PhosphorTiles::ThreeColumnWidths::rightWidth |
◆ rightX
| int PhosphorTiles::ThreeColumnWidths::rightX |
The documentation for this struct was generated from the following file: