Serializable, Componentpublic class Zpn.ZpnDeproj extends Deprojecter
| Constructor | Description |
|---|---|
ZpnDeproj() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get the description of the compontent
|
String |
getName() |
Get the name of the component
|
protected double[] |
getParams() |
|
Projecter |
inverse() |
Get the inverse transformation
|
boolean |
isInverse(Transformer t) |
Is this an inverse of some other transformation?
|
void |
transform(double[] plane,
double[] sphere) |
Deproject a point from the plane to the sphere.
|
getInputDimension, getOutputDimensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransform, transformpublic String getName()
public String getDescription()
public Projecter inverse()
inverse in class Transformerpublic boolean isInverse(Transformer t)
isInverse in class Transformerprotected double[] getParams()
public final void transform(double[] plane,
double[] sphere)
transform in class Transformerplane - a double[2] vector in the tangent plane.sphere - a preallocated double[3] vector.