Defines a spline control point.
Definition at line 373 of file NvSIPLISPStat.hpp.
Data Fields | |
float_t | x |
Holds X coordinate of the control point. More... | |
float_t | y |
Holds Y coordinate of the control point. More... | |
double_t | slope |
Holds slope of the spline curve at the control point. More... | |
double_t nvsipl::NvSiplISPSplineControlPoint::slope |
Holds slope of the spline curve at the control point.
Valid Range: [-2^{16}, 2^{16}]
Definition at line 388 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPSplineControlPoint::x |
Holds X coordinate of the control point.
Valid Range: [0.0, 2.0]
Definition at line 378 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPSplineControlPoint::y |
Holds Y coordinate of the control point.
Valid Range: [0.0, 2.0]
Definition at line 383 of file NvSIPLISPStat.hpp.