ConstructorOptions

Properties

Link copied to clipboard
abstract val 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 val 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
abstract val points: <Error class: unknown class><Cartesian3>

The array of Cartesian3 control points.

Link copied to clipboard
abstract val times: <Error class: unknown class><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.