| Package | Description |
|---|---|
| agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
| Modifier and Type | Method and Description |
|---|---|
static ComputeIauOrientationParameters |
ComputeIauOrientationParameters.of(ComputeIauOrientationParameters.Function f)
Create a delegate for the given interface.
|
static ComputeIauOrientationParameters |
ComputeIauOrientationParameters.of(ComputeIauOrientationParameters.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static ComputeIauOrientationParameters |
ComputeIauOrientationParameters.of(ComputeIauOrientationParameters.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|