Package skyview.geometry.projecter
Class Stg
java.lang.Object
skyview.geometry.Transformer
skyview.geometry.Projecter
skyview.geometry.projecter.Stg
- All Implemented Interfaces:
Serializable
,Component
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
allValid()
The entire projection plane is validGet a description of the componentgetName()
Get the name of the compontentinverse()
Get the inverse transformationboolean
Is this an inverse of some other transformation?final void
transform
(double[] sphere, double[] plane) Project a point from the sphere to the plane.Methods inherited from class skyview.geometry.Projecter
getInputDimension, getOutputDimension, getXTiling, getYTiling, shadowPoint, straddle, straddleable, straddleComponents, tissot, validPosition
Methods inherited from class skyview.geometry.Transformer
transform, transform
-
Constructor Details
-
Stg
public Stg()
-
-
Method Details
-
getName
Get the name of the compontent -
getDescription
Get a description of the component -
transform
public final void transform(double[] sphere, double[] plane) Project a point from the sphere to the plane.- Specified by:
transform
in classTransformer
- Parameters:
sphere
- a double[3] unit vectorplane
- a double[2] preallocated vector.
-
allValid
public boolean allValid()The entire projection plane is valid -
inverse
Get the inverse transformation -
isInverse
Is this an inverse of some other transformation?- Specified by:
isInverse
in classTransformer
-