Defines the location of a point on a two-dimensional object.
Definition at line 111 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 113 of file NvSIPLCommon.hpp.
int32_t nvsipl::NvSiplPoint::y |
Holds the vertical location of the point.
Definition at line 115 of file NvSIPLCommon.hpp.