ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var firstTangent: Cartesian3?

The tangent of the curve at the first control point. If the tangent is not given, it will be estimated.

Link copied to clipboard
abstract var lastTangent: Cartesian3?

The tangent of the curve at the last control point. If the tangent is not given, it will be estimated.

Link copied to clipboard

The array of Cartesian3 control points.

Link copied to clipboard
abstract var times: ReadonlyArray<Double>

An array of strictly increasing, unit-less, floating-point times at each point. The values are in no way connected to the clock time. They are the parameterization for the curve.