PRCInputPattern

Definition

#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

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


CONFIDENTIAL