Defines a spline control point.
Definition at line 332 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.
Definition at line 344 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPSplineControlPoint::x |
Holds X coordinate of the control point.
Definition at line 336 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPSplineControlPoint::y |
Holds Y coordinate of the control point.
Definition at line 340 of file NvSIPLISPStat.hpp.