public class Cah.CahDeproj extends Deprojecter
| Constructor and Description |
|---|
CahDeproj() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
validPosition(double[] pos) |
getInputDimension, getOutputDimensiontransform, transformpublic java.lang.String getName()
Componentpublic java.lang.String getDescription()
Componentpublic boolean isInverse(Transformer obj)
TransformerisInverse in class Transformerpublic Transformer inverse()
Transformerinverse in class Transformerpublic boolean validPosition(double[] pos)
public 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.