getValueInReferenceFrame

fun getValueInReferenceFrame(    time: JulianDate,     referenceFrame: ReferenceFrame,     result: <Error class: unknown class><Cartesian3>? = definedExternally): <Error class: unknown class><Cartesian3>(source)

Gets the value of the property at the provided time and in the provided reference frame.

Return

The modified result parameter or a new instance if the result parameter was not supplied.

Parameters

time

The time for which to retrieve the value.

referenceFrame

The desired referenceFrame of the result.

result

The object to store the value into, if omitted, a new instance is created and returned.

See also