Blender V2.61 - r43446
Public Member Functions | Public Attributes

Tile Class Reference

#include <tile.h>

List of all members.

Public Member Functions

 Tile (int x_, int y_, int w_, int h_)

Public Attributes

int x
int y
int w
int h

Detailed Description

Definition at line 31 of file tile.h.


Constructor & Destructor Documentation

Tile::Tile ( int  x_,
int  y_,
int  w_,
int  h_ 
) [inline]

Definition at line 35 of file tile.h.


Member Data Documentation

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().


The documentation for this class was generated from the following file: