addSamples

fun addSamples(times: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/JulianDate>, values: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Packable<*>>, derivativeValues: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsAny>>?? = definedExternally)(source)

Adds an array of samples.

Parameters

times

An array of JulianDate instances where each index is a sample time.

values

The array of values, where each value corresponds to the provided times index.

derivativeValues

An array where each item is the array of derivatives at the equivalent time index.

See also