|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.Deprojecter
uk.ac.starlink.ttools.plot2.geom.Sin2.Sin2Deproj
public class Sin2.Sin2Deproj
Constructor Summary | |
---|---|
Sin2.Sin2Deproj()
|
Method Summary | |
---|---|
String |
getDescription()
Get a description of the component |
String |
getName()
Get the name of the component |
skyview.geometry.Projecter |
inverse()
Get the inverse transformation |
boolean |
isInverse(skyview.geometry.Transformer t)
Is this an inverse of some other 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 Sin2.Sin2Deproj()
Method Detail |
---|
public String getName()
public String getDescription()
public skyview.geometry.Projecter inverse()
inverse
in class skyview.geometry.Transformer
public boolean isInverse(skyview.geometry.Transformer t)
isInverse
in class skyview.geometry.Transformer
public final void transform(double[] plane, double[] sphere)
transform
in class skyview.geometry.Transformer
plane
- a double[2] vector in the tangent plane.sphere
- a preallocated double[3] vector.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |