#include <COP2_BoundsCache.h>

Public Member Functions | |
| COP2_BoundsCache (int limit=16) | |
| ~COP2_BoundsCache () | |
| bool | getBound (const TIL_Plane *plane, int array_index, float t, int xres, int yres, OP_VERSION v, int &x1, int &y1, int &x2, int &y2) |
| void | addBound (const TIL_Plane *plane, int array_index, float t, int xres, int yres, OP_VERSION v, int x1, int y1, int x2, int y2) |
Definition at line 33 of file COP2_BoundsCache.h.
| COP2_BoundsCache::COP2_BoundsCache | ( | int | limit = 16 |
) |
| COP2_BoundsCache::~COP2_BoundsCache | ( | ) |
| void COP2_BoundsCache::addBound | ( | const TIL_Plane * | plane, | |
| int | array_index, | |||
| float | t, | |||
| int | xres, | |||
| int | yres, | |||
| OP_VERSION | v, | |||
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2 | |||
| ) |
| bool COP2_BoundsCache::getBound | ( | const TIL_Plane * | plane, | |
| int | array_index, | |||
| float | t, | |||
| int | xres, | |||
| int | yres, | |||
| OP_VERSION | v, | |||
| int & | x1, | |||
| int & | y1, | |||
| int & | x2, | |||
| int & | y2 | |||
| ) |
1.5.9