public final class Csc extends Projecter
| Modifier and Type | Class and Description |
|---|---|
class |
Csc.CscDeproj |
| Constructor and Description |
|---|
Csc() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get a descrption of the component
|
java.lang.String |
getName()
Get the name of the component
|
double |
getXTiling()
This map can repeat in X.
|
Deprojecter |
inverse()
Get the inverse transformation
|
boolean |
isInverse(Transformer t)
Is this an inverse of some other transformation?
|
void |
transform(double[] sphere,
double[] plane)
Project a point from the sphere to the plane.
|
boolean |
validPosition(double[] plane)
Is this a valid position in the projection plane for this image.
|
allValid, getInputDimension, getOutputDimension, getYTiling, shadowPoint, straddle, straddleable, straddleComponents, tissottransform, transformpublic java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
public boolean isInverse(Transformer t)
isInverse in class Transformerpublic double getXTiling()
getXTiling in class Projecterpublic final void transform(double[] sphere,
double[] plane)
transform in class Transformersphere - a double[3] unit vectorplane - a double[2] preallocated vector.public boolean validPosition(double[] plane)
ProjectervalidPosition in class Projecter