|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Attitude.interpolate(AbsoluteDate, Collection)
or Attitude.slerp(AbsoluteDate, Attitude, Attitude, Frame, boolean)
@Deprecated public interface RotationInterpolator
Interface for all rotation interpolators.
SlerpInterpolator| Method Summary | |
|---|---|
Rotation |
interpolate(Rotation r0,
Rotation r1,
double h)
Deprecated. Interpolates a rotation between two given ones. |
| Method Detail |
|---|
Rotation interpolate(Rotation r0,
Rotation r1,
double h)
r0 - 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 | |||||||||