|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.kinematics.SlerpInterpolator
Attitude.interpolate(AbsoluteDate, Collection) or
Attitude.slerp(AbsoluteDate, Attitude, Attitude, Frame, boolean)
@Deprecated public final class SlerpInterpolator
Slerp rotation Interpolator. Simply calls the static method of the Rotation class.
RotationInterpolator| Constructor Summary | |
|---|---|
SlerpInterpolator()
Deprecated. Simple constructor. |
|
| Method Summary | |
|---|---|
Rotation |
interpolate(Rotation r0,
Rotation r1,
double h)
Deprecated. Interpolates a rotation between two given ones. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SlerpInterpolator()
| Method Detail |
|---|
public Rotation interpolate(Rotation r0,
Rotation r1,
double h)
interpolate in interface RotationInterpolatorr0 - rotation at interpolation parameter h=0r1 - rotation at interpolation parameter h=1h - interpolation parameter, must be in [0;1] range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||