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, validPosition
transform, transform
public java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
public double getXTiling()
getXTiling
in class Projecter
public double getYTiling()
getYTiling
in class Projecter
public boolean isInverse(Transformer t)
isInverse
in class Transformer
public double[] shadowPoint(double x, double y)
shadowPoint
in class Projecter
public final void transform(double[] sphere, double[] plane)
transform
in class Transformer
sphere
- 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()
Projecter
straddleable
in class Projecter
public double[][][] straddleComponents(double[][] inputs)
straddleComponents
in class Projecter
public double[] tissot(double x, double y)
tissot
in class Projecter
x
- 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.