Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Class and Description |
---|---|
class |
MotionEvaluator2<T,TDerivative>
The base class for evaluators that take a
JulianDate and produce
Motion2 . |
Constructor and Description |
---|
Function3(Function3<TIndependent,TDependent,TDependentDerivative> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AxesEvaluator
Evaluates an
Axes over time. |
class |
Covariance3By3Evaluator
Evaluates the position covariance of an object over time.
|
class |
NormalizedVectorEvaluator
Evaluates a
VectorEvaluator and normalizes each value. |