NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvRectF32Rec Struct Reference

Detailed Description

This structure is used to define a 2-dimensional rectangle relative to some containing rectangle.

Rectangle coordinates are normalized to [-1.0...+1.0] range

Definition at line 298 of file nvcommon.h.

Data Fields

NvF32 left
 
NvF32 top
 
NvF32 right
 
NvF32 bottom
 

Field Documentation

◆ bottom

NvF32 NvRectF32Rec::bottom

Definition at line 303 of file nvcommon.h.

◆ left

NvF32 NvRectF32Rec::left

Definition at line 300 of file nvcommon.h.

◆ right

NvF32 NvRectF32Rec::right

Definition at line 302 of file nvcommon.h.

◆ top

NvF32 NvRectF32Rec::top

Definition at line 301 of file nvcommon.h.


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