#include <patch.h>
Public Member Functions |
|
PatchHitData (PatchMesh *patch, int index, int type) | |
Constructor. |
|
~PatchHitData () | |
Public Attributes |
|
PatchMesh * | patch |
The PatchMesh associated with this hit
record. |
|
int | index |
The index of the sub-object component.
|
|
int | type |
Types for patch vertex hits. |
PatchHitData | ( | PatchMesh * | patch, |
int | index, | ||
int | type | ||
) | [inline] |
~PatchHitData | ( | ) | [inline] |
{}
The PatchMesh associated with this hit record.
int index |
The index of the sub-object component.
For example, if vertices's were being hit tested, this would be the index into the vertex table.
int type |
Types for patch vertex hits.