Click or drag to resize

ComputeIauOrientationParameters Delegate

The definition of a function which computes a set of orientation parameters.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate IauOrientationParameters ComputeIauOrientationParameters(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate

Return Value

Type: IauOrientationParameters
See Also