public class Toa.ToaDeproj extends Deprojecter
Constructor and Description |
---|
ToaDeproj() |
Modifier and Type | Method and Description |
---|---|
double[] |
deproject(double x,
double y)
Deproject from the plane to the sky.
|
java.lang.String |
getDescription()
Get the description of this component.
|
java.lang.String |
getName()
Get the name of this component.
|
Transformer |
inverse()
Get the inverse of the transformation.
|
boolean |
isInverse(Transformer obj)
Are these two transformations, inverses of each other? This
method is used to optimize a series of transformations where
transformations.
|
void |
transform(double[] plane,
double[] sphere)
Convert a single point where the output vector is supplied.
|
getInputDimension, getOutputDimension
transform, transform
public java.lang.String getName()
Component
public java.lang.String getDescription()
Component
public boolean isInverse(Transformer obj)
Transformer
isInverse
in class Transformer
public Transformer inverse()
Transformer
inverse
in class Transformer
public void transform(double[] plane, double[] sphere)
Transformer
transform
in class Transformer
plane
- The input vector.sphere
- 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.public double[] deproject(double x, double y)