#include <shape.h>

Public Member Functions |
|
| ShapeSubHitRec (DWORD dist, BezierShape *shape, int poly, int index, ShapeSubHitRec *next) | |
| ShapeSubHitRec * | Next () |
Public Attributes |
|
| DWORD | dist |
| BezierShape * | shape |
| int | poly |
| int | index |
| ShapeSubHitRec | ( | DWORD | dist, |
| BezierShape * | shape, | ||
| int | poly, | ||
| int | index, | ||
| ShapeSubHitRec * | next | ||
| ) | [inline] |
| ShapeSubHitRec* Next | ( | ) | [inline] |