setTangent

open fun setTangent(tangent: Double): T

Set the tangent of the next path.

Return

The builder

Parameters

tangent

The tangent (radians)


open fun setTangent(tangent: Double, angleUnit: Angle): T

Set the tangent of the next path.

Return

The builder

Parameters

tangent

The tangent

angleUnit

The unit of the tangent (will be converted to radians)