Package uk.ac.starlink.ttools.plot2.geom
Class Sin2.Sin2Deproj
- java.lang.Object
-
- skyview.geometry.Transformer
-
- skyview.geometry.Deprojecter
-
- uk.ac.starlink.ttools.plot2.geom.Sin2.Sin2Deproj
-
- All Implemented Interfaces:
java.io.Serializable,skyview.Component
- Enclosing class:
- Sin2
public class Sin2.Sin2Deproj extends skyview.geometry.Deprojecter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sin2Deproj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Get a description of the componentjava.lang.StringgetName()Get the name of the componentskyview.geometry.Projecterinverse()Get the inverse transformationbooleanisInverse(skyview.geometry.Transformer t)Is this an inverse of some other transformation?voidtransform(double[] plane, double[] sphere)Deproject a point from the plane to the sphere.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Get the name of the component
-
getDescription
public java.lang.String getDescription()
Get a description of the component
-
inverse
public skyview.geometry.Projecter inverse()
Get the inverse transformation- Specified by:
inversein classskyview.geometry.Transformer
-
isInverse
public boolean isInverse(skyview.geometry.Transformer t)
Is this an inverse of some other transformation?- Specified by:
isInversein classskyview.geometry.Transformer
-
transform
public final void transform(double[] plane, double[] sphere)Deproject a point from the plane to the sphere.- Specified by:
transformin classskyview.geometry.Transformer- Parameters:
plane- a double[2] vector in the tangent plane.sphere- a preallocated double[3] vector.
-
-