Package skyview.geometry.projecter
Class Sfl.SflDeproj
java.lang.Object
skyview.geometry.Transformer
skyview.geometry.Deprojecter
skyview.geometry.projecter.Sfl.SflDeproj
- All Implemented Interfaces:
Serializable,Component
- Enclosing class:
- Sfl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a description of the componentgetName()Get the name of the compontentinverse()Get the inversebooleanIs this an inverse of some other 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
-
SflDeproj
public SflDeproj()
-
-
Method Details
-
getName
Get the name of the compontent -
isInverse
Is this an inverse of some other transformation?- Specified by:
isInversein classTransformer
-
getDescription
Return a description of the component -
inverse
Get the inverse- Specified by:
inversein 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 tangent plane.sphere- a preallocated double[3] vector.
-