|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.Projecter
skyview.geometry.projecter.AitProjecter
public class AitProjecter
This class implements the AIT (Hammer-Aitov) projection. This version uses only the Math.sqrt function without any calls to trigonometric functions.
| Nested Class Summary | |
|---|---|
class |
AitProjecter.AitDeprojecter
|
| Constructor Summary | |
|---|---|
AitProjecter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
A description of the component |
java.lang.String |
getName()
The name of the Component |
Deprojecter |
inverse()
Get the associated deprojecter |
boolean |
isInverse(Transformer trans)
Is this the inverse of another transformation? |
void |
transform(double[] sphere,
double[] plane)
Convert a single point where the output vector is supplied. |
| Methods inherited from class skyview.geometry.Projecter |
|---|
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()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
inverse in class Projecterpublic boolean isInverse(Transformer trans)
isInverse in class Transformer
public final void transform(double[] sphere,
double[] plane)
Transformer
transform in class Transformersphere - The input vector.plane - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||