#include <nitro/prc.h>
typedef struct PRCInputPattern
{
...
} PRCInputPattern;
This data is the result of shaping (normalization, resampling) strokes input from the touch panel in order to recognize patterns. The constituent line segment lengths and angles of lines segments, bounding boxes, and the like have been precalculated and stored.
Do not access these elements directly.
PRC_InitInputPattern*,
PRC_GetRecognizedEntry*
10/28/2004 Changed regularize to normalize.
06/23/2004 Initial version.