InterpolantSettings

class InterpolantSettings(var endingStart: InterpolantEnding = InterpolantEnding.ZeroCurvature, var endingEnd: InterpolantEnding = InterpolantEnding.ZeroCurvature, var inTangents: DoubleArray? = null, var outTangents: DoubleArray? = null)

Settings that an interpolant may read.

Parameters

endingStart

The ending mode applied at the start of the curve.

endingEnd

The ending mode applied at the end of the curve.

inTangents

Packed in-tangent control points for BezierInterpolant, or null.

outTangents

Packed out-tangent control points for BezierInterpolant, or null.

Constructors

Link copied to clipboard
constructor(endingStart: InterpolantEnding = InterpolantEnding.ZeroCurvature, endingEnd: InterpolantEnding = InterpolantEnding.ZeroCurvature, inTangents: DoubleArray? = null, outTangents: DoubleArray? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard