Defines the location of a point on a two-dimensional object.
Definition at line 69 of file NvSIPLCommon.hpp.
Data Fields | |
int32_t | x |
Holds the horizontal location of the point. More... | |
int32_t | y |
Holds the vertical location of the point. More... | |
int32_t nvsipl::NvSiplPoint::x |
Holds the horizontal location of the point.
Definition at line 71 of file NvSIPLCommon.hpp.
int32_t nvsipl::NvSiplPoint::y |
Holds the vertical location of the point.
Definition at line 73 of file NvSIPLCommon.hpp.