public class Ait.AitDeproj extends Deprojecter
| Constructor and Description |
|---|
AitDeproj() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Description of component
|
java.lang.String |
getName()
Name of component
|
Projecter |
inverse()
Get the inverse transformation
|
boolean |
isInverse(Transformer trans)
Is this the inverse of another transformation?
|
void |
transform(double[] plane,
double[] sphere)
Deproject a point from the plane to the sphere.
|
getInputDimension, getOutputDimensiontransform, transformpublic java.lang.String getName()
public java.lang.String getDescription()
public Projecter inverse()
inverse in class Transformerpublic boolean isInverse(Transformer trans)
isInverse in class Transformerpublic final void transform(double[] plane,
double[] sphere)
transform in class Transformerplane - The input position in the projection plane.sphere - A preallocated 3-vector to hold the unit vector result.