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