Serializable
, Component
public 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, getOutputDimension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transform, transform
public String getName()
public 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.