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 transformationbooleanisInverse(Transformer trans) Is this the inverse of another transformation?final voidtransform(double[] plane, double[] sphere) Deproject a point from the plane to the sphere.Methods inherited from class skyview.geometry.Deprojecter
getInputDimension, getOutputDimensionMethods 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:
inversein classTransformer
-
isInverse
Is this the inverse of another 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- The input position in the projection plane.sphere- A preallocated 3-vector to hold the unit vector result.
-