JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
NASA WorldWind
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
gov.nasa.worldwind.animation
Interface Interpolator
All Known Implementing Classes:
ScheduledInterpolator
,
SmoothInterpolator
public interface
Interpolator
An interface for generating interpolants.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
nextInterpolant
()
Returns the next interpolant
Method Detail
nextInterpolant
double nextInterpolant()
Returns the next interpolant
Returns:
a value between 0 and 1 that represents the next position of the interpolant.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
NASA WorldWind
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method