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, getOutputDimension
transform, transform
public java.lang.String getName()
public java.lang.String getDescription()
public Projecter inverse()
inverse
in class Transformer
public boolean isInverse(Transformer trans)
isInverse
in class Transformer
public final void transform(double[] plane, double[] sphere)
transform
in class Transformer
plane
- The input position in the projection plane.sphere
- A preallocated 3-vector to hold the unit vector result.