Curve
Information about a curve.
Elements
Name | Type | Description |
---|---|---|
points | PointFloat* | The points on the curve. |
numPoints | unsigned int | The number of points in the curve. |
closed | int | This element is TRUE if the curve is closed and FALSE if the curve is open. |
curveLength | double | The length of the curve. |
minEdgeStrength | double | The lowest edge strength detected on the curve. |
maxEdgeStrength | double | The highest edge strength detected on the curve. |
averageEdgeStrength | double | The average of all edge strengths detected on the curve. |