Serializable, Componentpublic class Stg extends Projecter
| Modifier and Type | Class | Description |
|---|---|---|
class |
Stg.StgDeproj |
| Constructor | Description |
|---|---|
Stg() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
allValid() |
The entire projection plane is valid
|
String |
getDescription() |
Get a description of the component
|
String |
getName() |
Get the name of the compontent
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputDimension, getOutputDimension, getXTiling, getYTiling, shadowPoint, straddle, straddleable, straddleComponents, tissot, validPositiontransform, transformpublic String getName()
public String getDescription()
public final void transform(double[] sphere,
double[] plane)
transform in class Transformersphere - a double[3] unit vectorplane - a double[2] preallocated vector.public boolean allValid()
public Deprojecter inverse()
public boolean isInverse(Transformer t)
isInverse in class Transformer