#include <NCV.hpp>
Public Member Functions | |
__host__ __device__ | NcvRect32u () |
__host__ __device__ | NcvRect32u (Ncv32u x, Ncv32u y, Ncv32u width, Ncv32u height) |
Public Attributes | |
Ncv32u | x |
x-coordinate of upper left corner. | |
Ncv32u | y |
y-coordinate of upper left corner. | |
Ncv32u | width |
Rectangle width. | |
Ncv32u | height |
Rectangle height. |
__host__ __device__ NcvRect32u::NcvRect32u | ( | ) |
x-coordinate of upper left corner.
y-coordinate of upper left corner.
Rectangle width.
Rectangle height.