splineTo
fun splineTo(endPosition: Vector2d, endTangent: Angle, startTangentMag: Double = -1.0, endTangentMag: Double = -1.0): PositionPathBuilder
Adds a spline segment.
Parameters
endPosition
end position
endTangent
end tangent
startTangentMag
the magnitude of the start tangent (negative = default magnitude)
endTangentMag
the magnitude of the end tangent (negative = default magnitude)