Class FieldAttitudeInterpolator<KK extends CalculusFieldElement<KK>>

java.lang.Object
org.orekit.time.AbstractFieldTimeInterpolator<FieldAttitude<KK>,KK>
org.orekit.attitudes.FieldAttitudeInterpolator<KK>
Type Parameters:
KK - type of the field element
All Implemented Interfaces:
FieldTimeInterpolator<FieldAttitude<KK>,KK>

public class FieldAttitudeInterpolator<KK extends CalculusFieldElement<KK>> extends AbstractFieldTimeInterpolator<FieldAttitude<KK>,KK>
Class for attitude interpolation.

The type of interpolation used is defined by given time stamped angular coordinates interpolator at construction.

Author:
Vincent Cucchietti
See Also: