3.9.14 tUTIL_2DPlot_s Struct
C
typedef struct
{
uint8_t dataPoints; /* Number of data points */
tUTIL_2DPoints_s points[10u]; /* An array of two-dimensional structure */
}tUTIL_2DPlot_s;
Summary
Structure is used to represent a collection of points in a two-dimensional (2D) space.
Description
This structure is used to represent a collection of points in a two-dimensional (2D) space.
Remarks
None.
