public class Besselian.BesselianInverse extends SphereDistorter
Constructor and Description |
---|
BesselianInverse() |
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 of the transformation.
|
boolean |
isInverse(Transformer t)
Is the the inverse of another transformation
|
void |
transform(double[] x,
double[] y)
Convert coordinates from B1950 to J2000 for epoch 1950.
|
getInputDimension, getOutputDimension
transform, transform
public java.lang.String getName()
SphereDistorter
getName
in interface Component
getName
in class SphereDistorter
public SphereDistorter inverse()
Transformer
inverse
in class SphereDistorter
public boolean isInverse(Transformer t)
isInverse
in class Transformer
public java.lang.String getDescription()
SphereDistorter
getDescription
in interface Component
getDescription
in class SphereDistorter
public final void transform(double[] x, double[] y)
transform
in class Transformer
x
- 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.