addSample

fun addSample(time: JulianDate, position: Cartesian3, derivatives: ReadonlyArray<Cartesian3>? = definedExternally)(source)

Adds a new sample.

Parameters

time

The sample time.

position

The position at the provided time.

derivatives

The array of derivative values at the provided time.

See also