Blender V2.61 - r43446
|
#include <tile.h>
Public Member Functions | |
Tile (int x_, int y_, int w_, int h_) | |
Public Attributes | |
int | x |
int | y |
int | w |
int | h |
int Tile::h |
Definition at line 33 of file tile.h.
Referenced by Session::path_trace().
int Tile::w |
Definition at line 33 of file tile.h.
Referenced by Session::path_trace().
int Tile::x |
Definition at line 33 of file tile.h.
Referenced by Session::path_trace().
int Tile::y |
Definition at line 33 of file tile.h.
Referenced by Session::path_trace().