getValueInReferenceFrame

abstract fun getValueInReferenceFrame(time: JulianDate, referenceFrame: ReferenceFrame, result: Cartesian3? = definedExternally): 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