PRCInputPattern

Definitions

#include <nitro/prc.h>

typedef struct PRCInputPattern
{
    ...
} PRCInputPattern;

Elements

Do not access these elements directly.

Description

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.

See Also

PRC_InitInputPattern*, PRC_GetRecognizedEntry*

Revision History

10/28/2004 Changed regularize to normalize.
06/23/2004 Initial version.