public class Besselian extends SphereDistorter
| Modifier and Type | Class and Description |
|---|---|
class |
Besselian.BesselianInverse
This inner class defines the inverse distortion
to the enclosing Besselian distorter.
|
| Constructor and Description |
|---|
Besselian() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
What does this object do?
|
java.lang.String |
getName()
A name for this object
|
SphereDistorter |
inverse()
Get the inverse distorter
|
boolean |
isInverse(Transformer t)
Is the the inverse of another transformation
|
void |
transform(double[] x,
double[] y)
Convert a single point where the output vector is supplied.
|
getInputDimension, getOutputDimensiontransform, transformpublic SphereDistorter inverse()
inverse in class SphereDistorterpublic boolean isInverse(Transformer t)
isInverse in class Transformerpublic java.lang.String getName()
SphereDistortergetName in interface ComponentgetName in class SphereDistorterpublic java.lang.String getDescription()
SphereDistortergetDescription in interface ComponentgetDescription in class SphereDistorterpublic final void transform(double[] x,
double[] y)
Transformertransform in class Transformerx - The input vector.y - The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.