Functions
Link copied to clipboard
fun convertPackedArrayForInterpolation( packedArray: <Error class: unknown class><Double>, startingIndex: Int? = definedExternally, lastIndex: Int? = definedExternally, result: <Error class: unknown class><Double>? = definedExternally)
Converts a packed array into a form suitable for interpolation.
Link copied to clipboard
fun unpackInterpolationResult( array: <Error class: unknown class><Double>, sourceArray: <Error class: unknown class><Double>, firstIndex: Int? = definedExternally, lastIndex: Int? = definedExternally, result: Rotation? = definedExternally): Rotation
Retrieves an instance from a packed array converted with Rotation.convertPackedArrayForInterpolation.