[Previous] [Contents] [Index] [Next]

PhTilesToRects()

Create an array of rectangles from a list of tiles

Synopsis:

PhRect_t * PhTilesToRects( PhTile_t *tiles,
                           int *num_rects );

Description:

This function allocates an array of num_rects PhRect_t structures and fills it with the rectangles described by the list of tiles pointed to by tiles.


Note: Don't free() the list of tiles; instead, use PhFreeTiles() to return the tiles to the internal pool.

Returns:

A pointer to the array of rectangles.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhAddMergeTiles(), PhClipTilings(), PhCoalesceTiles(), PhCopyTiles(), PhDeTranslateTiles(), PhFreeTiles(), PhGetTile(), PhIntersectTilings(), PhMergeTiles(), PhRectsToTiles(), PhSortTiles(), PhTile_t, PhTranslateTiles()


[Previous] [Contents] [Index] [Next]