CurveParameters

interface CurveParameters : OptionsCapsule

Properties for parameters of geomCurve().

Inheritors

Properties

Link copied to clipboard
abstract val angle: Number?

Angle in degrees, giving an amount to skew the control points of the curve. Values less than 90 skew the curve towards the start point and values greater than 90 skew the curve towards the end point.

Link copied to clipboard
abstract val arrow: Map<String, Any>?

Specification for arrow head, as created by arrow() function.

Link copied to clipboard
abstract val curvature: Number?

The amount of curvature. Negative values produce left-hand curves, positive values produce right-hand curves.

Link copied to clipboard
abstract val ncp: Int?

The number of control points used to draw the curve. More control points creates a smoother curve.

Link copied to clipboard
abstract val spacer: Number?

Space to shorten a curve by moving the start/end.