Package | Description |
---|---|
vona.math |
Vona's utils: math stuff.
|
Modifier and Type | Field and Description |
---|---|
static RXSInterpolator.InterpolationProfile |
RXSInterpolator.DEF_INTERPOLATION_PROFILE
default interpolation profile
|
protected RXSInterpolator.InterpolationProfile |
RXSInterpolator.interpolationProfile
current interpolation profile
|
Modifier and Type | Method and Description |
---|---|
RXSInterpolator.InterpolationProfile |
RXSInterpolator.getInterpolationProfile()
get the profile for interpolations
|
static RXSInterpolator.InterpolationProfile |
RXSInterpolator.InterpolationProfile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RXSInterpolator.InterpolationProfile[] |
RXSInterpolator.InterpolationProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static double |
RXSInterpolator.interpU(double u,
RXSInterpolator.InterpolationProfile profile,
double accelFraction)
Parameterized computation for
RXSInterpolator.interpU(double) . |
void |
RXSInterpolator.setInterpolationProfile(RXSInterpolator.InterpolationProfile profile)
set the profile for interpolations
|