Defines a spline control point.
Definition at line 401 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 416 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 406 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 411 of file NvSIPLISPStat.hpp.