Serializable, Componentpublic class Mer.MerDeproj extends Deprojecter
| Constructor | Description |
|---|---|
MerDeproj() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Description of component
|
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, 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 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.