Package skyview.geometry.projecter
Class Zpn.ZpnDeproj
java.lang.Object
skyview.geometry.Transformer
skyview.geometry.Deprojecter
skyview.geometry.projecter.Zpn.ZpnDeproj
- All Implemented Interfaces:
Serializable
,Component
- Enclosing class:
Zpn
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of the compontentgetName()
Get the name of the componentprotected double[]
inverse()
Get the inverse transformationboolean
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
-
ZpnDeproj
public ZpnDeproj()
-
-
Method Details
-
getName
Get the name of the component -
getDescription
Get the description of the compontent -
inverse
Get the inverse transformation- Specified by:
inverse
in classTransformer
-
isInverse
Is this an inverse of some other transformation?- Specified by:
isInverse
in classTransformer
-
getParams
protected double[] getParams() -
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.
-