public class Car.CarDeproj extends Deprojecter
| Constructor and Description |
|---|
CarDeproj() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Return a description of the component
|
java.lang.String |
getName()
Get the name of the compontent
|
double |
getXTiling() |
double |
getYTiling() |
Projecter |
inverse()
Get the inverse
|
boolean |
isInverse(Transformer t)
Is this an inverse of some other transformation?
|
void |
transform(double[] plane,
double[] sphere)
Deproject a point from the plane to the sphere.
|
getInputDimension, getOutputDimensiontransform, transformpublic java.lang.String getName()
public boolean isInverse(Transformer t)
isInverse in class Transformerpublic java.lang.String getDescription()
public Projecter inverse()
inverse in class Transformerpublic double getXTiling()
public double getYTiling()
public final void transform(double[] plane,
double[] sphere)
transform in class Transformerplane - a double[2] vector in the tangent plane.sphere - a preallocated double[3] vector.