| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
TrajectoryParams.SmoothParams |
TrajectoryParams.getSmoothParams() |
static TrajectoryParams.SmoothParams |
TrajectoryParams.SmoothParams.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrajectoryParams.SmoothParams[] |
TrajectoryParams.SmoothParams.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static float[][] |
TrajectoryManager.smooth(float[][] values0,
float[][] values1,
float[][] values2,
TrajectoryParams.SmoothParams smoothParams) |
| Constructor and Description |
|---|
TrajectoryParams(double trajVisibilityTimeWindow,
double trajRefreshInterval,
int numIntrpPts,
int startSkip,
TrajectoryParams.SmoothParams smoothParams) |
TrajectoryParams(double trajVisibilityTimeWindow,
int numIntrpPts,
int startSkip,
TrajectoryParams.SmoothParams smoothParams) |