CurveBuilder1.SetIncomingTangent

CurveBuilder<T>.SetIncomingTangent method

Sets the incoming tangent to an existing point.

public void SetIncomingTangent(float offset, T tangent)
ParameterTypeDescription
offsetSingleThe offset of the existing point.
tangentTThe tangent value.

See Also