Serializable, Componentpublic class Zpn extends Projecter
| Modifier and Type | Class | Description |
|---|---|---|
class |
Zpn.ZpnDeproj |
| Constructor | Description |
|---|---|
Zpn() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get a description for the component
|
String |
getName() |
Get a name for the component
|
protected double[] |
getParams() |
|
Deprojecter |
inverse() |
Get the inverse of the transformation
|
boolean |
isInverse(Transformer t) |
Is this an inverse of some other transformation?
|
protected void |
setParams(double[] newParams) |
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallValid, getInputDimension, getOutputDimension, getXTiling, getYTiling, shadowPoint, straddle, straddleable, straddleComponents, tissottransform, transformpublic String getName()
protected double[] getParams()
protected void setParams(double[] newParams)
public String getDescription()
public Deprojecter inverse()
public boolean isInverse(Transformer t)
isInverse in class Transformerpublic 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