Defines the float-precision location of a point on a two-dimensional object.
Definition at line 122 of file NvSIPLCommon.hpp.
Data Fields | |
float_t | x |
Holds the horizontal location of the point. More... | |
float_t | y |
Holds the vertical location of the point. More... | |
float_t nvsipl::NvSiplPointFloat::x |
Holds the horizontal location of the point.
Definition at line 124 of file NvSIPLCommon.hpp.
float_t nvsipl::NvSiplPointFloat::y |
Holds the vertical location of the point.
Definition at line 126 of file NvSIPLCommon.hpp.