NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.4 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvPointRec Struct Reference

Detailed Description

This structure is used to determine a location on a 2-dimensional object, where the coordinate (0,0) is located at the top-left of the object.

The values of x and y are in pixels.

Definition at line 256 of file nvcommon.h.

Data Fields

NvS32 x
 horizontal location of the point More...
 
NvS32 y
 vertical location of the point More...
 

Field Documentation

NvS32 NvPointRec::x

horizontal location of the point

Definition at line 259 of file nvcommon.h.

NvS32 NvPointRec::y

vertical location of the point

Definition at line 262 of file nvcommon.h.


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