|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.Deprojecter
skyview.geometry.projecter.ToaProjecter.ToaDeprojecter
public class ToaProjecter.ToaDeprojecter
Deproject from the ToastPlane back to the unit sphere
| Constructor Summary | |
|---|---|
ToaProjecter.ToaDeprojecter()
|
|
| Method Summary | |
|---|---|
double[] |
deproject(double x,
double y)
Deproject from the plane to the sky. |
java.lang.String |
getDescription()
Get the description of this component. |
java.lang.String |
getName()
Get the name of this component. |
Transformer |
inverse()
Get the inverse of the transformation. |
boolean |
isInverse(Transformer obj)
Are these two transformations, inverses of each other? This method is used to optimize a series of transformations where transformations. |
void |
transform(double[] plane,
double[] sphere)
Convert a single point where the output vector is supplied. |
| Methods inherited from class skyview.geometry.Deprojecter |
|---|
getInputDimension, getOutputDimension |
| Methods inherited from class skyview.geometry.Transformer |
|---|
transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToaProjecter.ToaDeprojecter()
| Method Detail |
|---|
public java.lang.String getName()
Component
public java.lang.String getDescription()
Component
public boolean isInverse(Transformer obj)
Transformer
isInverse in class Transformerpublic Transformer inverse()
Transformer
inverse in class Transformer
public void transform(double[] plane,
double[] sphere)
Transformer
transform in class Transformerplane - The input vector.sphere - The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.
public double[] deproject(double x,
double y)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||