Uses of Interface
org.orekit.attitudes.kinematics.RotationInterpolator

Packages that use RotationInterpolator
org.orekit.attitudes This package provides classes to represent simple attitudes. 
org.orekit.attitudes.kinematics   
 

Uses of RotationInterpolator in org.orekit.attitudes
 

Constructors in org.orekit.attitudes with parameters of type RotationInterpolator
TabulatedAttitude(Collection<Attitude> inAttitudes, RotationInterpolator inInterpolator)
          Deprecated. since 3.1 (use TabulatedAttitude.TabulatedAttitude(List) or TabulatedAttitude.TabulatedAttitude(List, int)
 

Uses of RotationInterpolator in org.orekit.attitudes.kinematics
 

Classes in org.orekit.attitudes.kinematics that implement RotationInterpolator
 class SlerpInterpolator
          Deprecated. since 3.1 use instead Attitude.interpolate(AbsoluteDate, Collection) or Attitude.slerp(AbsoluteDate, Attitude, Attitude, Frame, boolean)
 



Copyright © 2016 CNES. All Rights Reserved.