public final class Car extends Projecter
| Modifier and Type | Class and Description |
|---|---|
class |
Car.CarDeproj |
| Constructor and Description |
|---|
Car() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allValid()
The entire plane is valid
|
java.lang.String |
getDescription()
Return a description of the component
|
java.lang.String |
getName()
Get the name of the compontent
|
double |
getXTiling()
Get tile offsets
|
double |
getYTiling()
Get tile offsets
|
Deprojecter |
inverse()
Get the inverse transformation
|
boolean |
isInverse(Transformer t)
Is this an inverse of some other transformation?
|
double[] |
shadowPoint(double x,
double y)
Find the shadow to this point
|
boolean |
straddle(double[][] vertices)
Does this area appear to straddle the standard region?
|
boolean |
straddleable()
Is it possible for a pixel to straddle the valid region.
|
double[][][] |
straddleComponents(double[][] inputs)
Return a set of straddle points.
|
double[] |
tissot(double x,
double y)
Return the Tissot indicatrix for point
|
void |
transform(double[] sphere,
double[] plane)
Do the transformation
|
getInputDimension, getOutputDimension, validPositiontransform, transformpublic java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
public double getXTiling()
getXTiling in class Projecterpublic double getYTiling()
getYTiling in class Projecterpublic boolean isInverse(Transformer t)
isInverse in class Transformerpublic double[] shadowPoint(double x,
double y)
shadowPoint in class Projecterpublic final void transform(double[] sphere,
double[] plane)
transform in class Transformersphere - The input vector.plane - The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.public boolean straddle(double[][] vertices)
public boolean straddleable()
Projecterstraddleable in class Projecterpublic double[][][] straddleComponents(double[][] inputs)
straddleComponents in class Projecterpublic double[] tissot(double x,
double y)
tissot in class Projecterx - The X-value at which the Tissot indicatrix is to be calculated.y - The Y-value at which the Tissot indicatrix is to be calculated.