Package skyview.geometry.projecter
Class Mer.MerDeproj
java.lang.Object
skyview.geometry.Transformer
skyview.geometry.Deprojecter
skyview.geometry.projecter.Mer.MerDeproj
- All Implemented Interfaces:
Serializable
,Component
- Enclosing class:
Mer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of componentgetName()
Name of componentinverse()
Get the inverse transformationboolean
isInverse
(Transformer trans) Is this the inverse of another transformation?final 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
-
Constructor Details
-
MerDeproj
public MerDeproj()
-
-
Method Details
-
getName
Name of component -
getDescription
Description of component -
inverse
Get the inverse transformation- Specified by:
inverse
in classTransformer
-
isInverse
Is this the inverse of another transformation?- Specified by:
isInverse
in classTransformer
-
transform
public final void transform(double[] plane, double[] sphere) Deproject a point from the plane to the sphere.- Specified by:
transform
in classTransformer
- Parameters:
plane
- The input position in the projection plane.sphere
- A preallocated 3-vector to hold the unit vector result.
-