public class ScaleTransforms
extends java.lang.Object
Constructor and Description |
---|
ScaleTransforms() |
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<java.lang.String> |
getScaleModes() |
static double |
TransformQuadratic(double ts) |
static double |
TransformScale(double ts,
java.lang.String smode) |
static double |
TransformSphericDown(double ts) |
static double |
TransformSphericUp(double ts) |
static double |
TransformSquareRoot(double ts) |
public static java.util.Vector<java.lang.String> getScaleModes()
public static double TransformScale(double ts, java.lang.String smode)
public static double TransformSquareRoot(double ts)
public static double TransformQuadratic(double ts)
public static double TransformSphericUp(double ts)
public static double TransformSphericDown(double ts)