|
|||||||||
| 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.AitProjecter.AitDeprojecter
public class AitProjecter.AitDeprojecter
| Constructor Summary | |
|---|---|
AitProjecter.AitDeprojecter()
|
|
| Method Summary | |
|---|---|
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. |
| 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 AitProjecter.AitDeprojecter()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public Projecter inverse()
inverse in class Transformerpublic boolean isInverse(Transformer trans)
isInverse in class Transformer
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||