CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The rectangle data structure that is shared with the users. The area of the rectangle can be computed as (end_x-start_x)*(end_y-start_y). More...
#include <vx_types.h>
Public Attributes | |
vx_uint32 | start_x |
The Start X coordinate. | |
vx_uint32 | start_y |
The Start Y coordinate. | |
vx_uint32 | end_x |
The End X coordinate. | |
vx_uint32 | end_y |
The End Y coordinate. | |
The rectangle data structure that is shared with the users. The area of the rectangle can be computed as (end_x-start_x)*(end_y-start_y).
vx_uint32 _vx_rectangle_t::end_x |
The End X coordinate.
vx_uint32 _vx_rectangle_t::end_y |
The End Y coordinate.
vx_uint32 _vx_rectangle_t::start_x |
The Start X coordinate.
vx_uint32 _vx_rectangle_t::start_y |
The Start Y coordinate.