Serializable, Componentpublic class Toa.ToaDeproj extends Deprojecter
| Constructor | Description |
|---|---|
ToaDeproj() |
| Modifier and Type | Method | Description |
|---|---|---|
double[] |
deproject(double x,
double y) |
Deproject from the plane to the sky.
|
String |
getDescription() |
Get the description of this component.
|
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, getOutputDimensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransform, transformpublic String getName()
Componentpublic String getDescription()
Componentpublic boolean isInverse(Transformer obj)
TransformerisInverse in class Transformerpublic Transformer inverse()
Transformerinverse in class Transformerpublic void transform(double[] plane,
double[] sphere)
Transformertransform in class Transformerplane - 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)