NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.2.1.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
NppiRect Struct Reference

2D Rectangle This struct contains position and size information of a rectangle in two space. More...

#include <nppdefs.h>

Data Fields

int x
 x-coordinate of upper left corner (lowest memory address). More...
 
int y
 y-coordinate of upper left corner (lowest memory address). More...
 
int width
 Rectangle width. More...
 
int height
 Rectangle height. More...
 

Detailed Description

2D Rectangle This struct contains position and size information of a rectangle in two space.

The rectangle's position is usually signified by the coordinate of its upper-left corner.

Field Documentation

int NppiRect::height

Rectangle height.

int NppiRect::width

Rectangle width.

int NppiRect::x

x-coordinate of upper left corner (lowest memory address).

int NppiRect::y

y-coordinate of upper left corner (lowest memory address).


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

Copyright © 2009-2020 NVIDIA Corporation