Subtract x and y offsets from the vertices of a list of tiles
PhTile_t * PhDeTranslateTiles( PhTile_t *tile, PhPoint_t const *point_subtract );
This function subtracts the coordinates of point_subtract from the vertices of each tile in the list pointed to by tile.
Don't free() the list of tiles; instead, use PhFreeTiles() to return the tiles to the internal pool. |
The same pointer as tile.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhAddMergeTiles(), PhClipTilings(), PhCoalesceTiles(), PhCopyTiles(), PhFreeTiles(), PhGetTile(), PhIntersectTilings(), PhMergeTiles(), PhRectsToTiles(), PhSortTiles(), PhTile_t, PhTilesToRects(), PhTranslateTiles()