Package skyview.geometry.projecter
Class Csc.CscDeproj
java.lang.Object
skyview.geometry.Transformer
skyview.geometry.Deprojecter
skyview.geometry.projecter.Csc.CscDeproj
- All Implemented Interfaces:
Serializable
,Component
- Enclosing class:
Csc
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a description of the componentgetName()
Get the name of the componentinverse()
Get the inverse of the transformation.boolean
Is this an inverse of some other 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
-
CscDeproj
public CscDeproj()
-
-
Method Details
-
getName
Get the name of the component -
getDescription
Get a description of the component -
inverse
Description copied from class:Transformer
Get the inverse of the transformation. If the order matters, then the inverse is to be applied after the original transformation. This is primarily an issue with Converters.- Specified by:
inverse
in classTransformer
-
isInverse
Is this an inverse of some other 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
- a double[2] vector in the tangent plane.sphere
- a preallocated double[3] vector.
-