Go to the source code of this file.
◆ TTL_create_offset() [1/4]
◆ TTL_create_offset() [2/4]
◆ TTL_create_offset() [3/4]
◆ TTL_create_offset() [4/4]
◆ TTL_create_overlap() [1/3]
Create a 1D Description of a Tile overlap.
- See also
- TTL_overlap_t for more information.
- Parameters
-
width | ///< Overlap width in elements |
height and depth default to 0
- Returns
- A TTL_overlap_t describing in 3D the overlap requested.
Definition at line 222 of file TTL_types.h.
◆ TTL_create_overlap() [2/3]
Create a 2D Description of a Tile overlap.
- See also
- TTL_overlap_t for more information.
- Parameters
-
width | ///< Overlap width in elements |
height | ///< Overlap height in elements |
depth defaults to 0
- Returns
- A TTL_overlap_t describing in 3D the overlap requested.
Definition at line 206 of file TTL_types.h.
◆ TTL_create_overlap() [3/3]
Create a 3D Description of a Tile overlap.
- See also
- TTL_overlap_t for more information.
- Parameters
-
width | ///< Overlap width in elements |
height | ///< Overlap height in elements |
depth | ///< Overlap depth in elements |
- Returns
- A TTL_overlap_t describing in 3D the overlap requested.
Definition at line 187 of file TTL_types.h.
◆ TTL_create_shape() [1/3]
Create a 1D Description of a Tile Shape.
- See also
- TTL_shape_t for more information.
- Parameters
-
width | The number of elements of the Tile Shape in the x-axis |
height and depth default to 1
- Returns
- A TTL_shape_t describing in Tile Shape requested.
Definition at line 76 of file TTL_types.h.
◆ TTL_create_shape() [2/3]
Create a 2D Description of a Tile Shape.
- See also
- TTL_shape_t for more information.
- Parameters
-
width | The number of elements of the Tile Shape in the x-axis |
height | The number of elements of the Tile Shape in the y-axis |
depth defaults to 1
- Returns
- A TTL_shape_t describing in Tile Shape requested.
Definition at line 61 of file TTL_types.h.
◆ TTL_create_shape() [3/3]
Create a description of a Shape.
- See also
- TTL_shape_t for more information.
- Parameters
-
width | The number of elements of the Tile Shape in the x-axis |
height | The number of elements of the Tile Shape in the y-axis |
depth | The number of elements of the Tile Shape in the z-axis |
- Returns
- A TTL_shape_t describing in Tile Shape requested.
Definition at line 43 of file TTL_types.h.
◆ TTL_shape_empty()
A Shape is empty if its width is 0.
Definition at line 83 of file TTL_types.h.