NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRectu16 Struct Reference

Detailed Description

Defines a rectangle with unsigned 16 bits integers.

Definition at line 87 of file GeometricTypes.h.

Data Fields

uint16_t x
 Specifies the x coordinate. More...
 
uint16_t y
 Specifies the y coordinate. More...
 
uint16_t width
 Rectangle width. More...
 
uint16_t height
 Rectangle height. More...
 

Field Documentation

◆ height

uint16_t dwRectu16::height

Rectangle height.

Definition at line 99 of file GeometricTypes.h.

◆ width

uint16_t dwRectu16::width

Rectangle width.

Definition at line 96 of file GeometricTypes.h.

◆ x

uint16_t dwRectu16::x

Specifies the x coordinate.

Definition at line 90 of file GeometricTypes.h.

◆ y

uint16_t dwRectu16::y

Specifies the y coordinate.

Definition at line 93 of file GeometricTypes.h.


The documentation for this struct was generated from the following file: