NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::NvSiplISPSplineControlPoint Struct Reference

Detailed Description

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...
 

Field Documentation

◆ slope

double_t nvsipl::NvSiplISPSplineControlPoint::slope

Holds slope of the spline curve at the control point.

Definition at line 344 of file NvSIPLISPStat.hpp.

◆ x

float_t nvsipl::NvSiplISPSplineControlPoint::x

Holds X coordinate of the control point.

Definition at line 336 of file NvSIPLISPStat.hpp.

◆ y

float_t nvsipl::NvSiplISPSplineControlPoint::y

Holds Y coordinate of the control point.

Definition at line 340 of file NvSIPLISPStat.hpp.


The documentation for this struct was generated from the following file: