|
|
THistogramOutputPointDetails2 |
The THistogramOutputPointDetails2 structure contains output point details for histogram calculations.
typedef struct {
double Arclength;
int RadialPos;
double r;
} THistogramOutputPointDetails;
The line arc length of the output point.
The radial position of the output point, one of rpInner, rpOuter, rpMid or rpSpecified.
The specified radius value, used only when RadialPos is rpSpecified. For other values of RadialPos this member's value is undefined.