[]
Returns the precinct partition height for the specified tile-component and (tile-component) resolution level.
public int getPPY(int t, int c, int rl)
Type | Name | Description |
---|---|---|
int | t | The tile index |
int | c | The index of the component (between 0 and N-1) |
int | rl | The resolution level, from 0 to L. |
Type | Description |
---|---|
int | The precinct partition height in the specified component, for the specified resolution level, for the current tile. |