Constructor SelectableTangent
SelectableTangent(SplineInfo, int, BezierTangent)
Creates a new SelectableTangent object.
Declaration
public SelectableTangent(SplineInfo info, int knotIndex, BezierTangent tangent)
Parameters
Type | Name | Description |
---|---|---|
SplineInfo | info | The SplineInfo associated with the tangent. |
int | knotIndex | The index of the knot that the tangent is attached to. |
BezierTangent | tangent | The BezierTangent that represents this tangent. |
SelectableTangent(SplineInfo, int, int)
Creates a new SelectableTangent object.
Declaration
public SelectableTangent(SplineInfo info, int knotIndex, int tangentIndex)
Parameters
Type | Name | Description |
---|---|---|
SplineInfo | info | The SplineInfo associated with the tangent. |
int | knotIndex | The index of the knot that the tangent is attached to. |
int | tangentIndex | The index of the tangent. A value of 0 represents an In tangent. A value of 1 represents an Out tangent. |