Package skyview.geometry.projecter
Class Arc.ArcDeproj
- java.lang.Object
-
- skyview.geometry.Transformer
-
- skyview.geometry.Deprojecter
-
- skyview.geometry.projecter.Arc.ArcDeproj
-
- All Implemented Interfaces:
Serializable,Component
- Enclosing class:
- Arc
public class Arc.ArcDeproj extends Deprojecter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArcDeproj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get the description of the compontentStringgetName()Get the name of the componentProjecterinverse()Get the inverse transformationbooleanisInverse(Transformer t)Is this an inverse of some other transformation?voidtransform(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
-
-
-
-
Method Detail
-
getName
public String getName()
Get the name of the component
-
getDescription
public String getDescription()
Get the description of the compontent
-
inverse
public Projecter inverse()
Get the inverse transformation- Specified by:
inversein classTransformer
-
isInverse
public boolean isInverse(Transformer t)
Is this an inverse of some other transformation?- Specified by:
isInversein classTransformer
-
transform
public final void transform(double[] plane, double[] sphere)Deproject a point from the plane to the sphere.- Specified by:
transformin classTransformer- Parameters:
plane- a double[2] vector in the projection plane.sphere- a preallocated double[3] vector.
-
-