|
HDK
|
#include <COP2_BoundsCache.h>
Inheritance diagram for COP2_BoundsCache:Public Member Functions | |
| COP2_BoundsCache (int limit=16) | |
| ~COP2_BoundsCache () override | |
| 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 24 of file COP2_BoundsCache.h.
| COP2_BoundsCache::COP2_BoundsCache | ( | int | limit = 16 | ) |
|
override |
| 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 | ||
| ) |