TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
tRectangle Struct Reference

#include <grlib.h>

Data Fields

int16_t sXMin
 The minimum X coordinate of the rectangle. More...
 
int16_t sYMin
 The minimum Y coordinate of the rectangle. More...
 
int16_t sXMax
 The maximum X coordinate of the rectangle. More...
 
int16_t sYMax
 The maximum Y coordinate of the rectangle. More...
 

Detailed Description

This structure defines the extents of a rectangle. All points greater than or equal to the minimum and less than or equal to the maximum are part of the rectangle.

Field Documentation

int16_t tRectangle::sXMin

The minimum X coordinate of the rectangle.

int16_t tRectangle::sYMin

The minimum Y coordinate of the rectangle.

int16_t tRectangle::sXMax

The maximum X coordinate of the rectangle.

int16_t tRectangle::sYMax

The maximum Y coordinate of the rectangle.


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated