Serializable
, Component
public class Sfl.SflDeproj extends Deprojecter
Constructor | Description |
---|---|
SflDeproj() |
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
Return a description of the component
|
String |
getName() |
Get the name of the compontent
|
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, getOutputDimension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transform, transform
public String getName()
public boolean isInverse(Transformer t)
isInverse
in class Transformer
public String getDescription()
public Projecter inverse()
inverse
in class Transformer
public final void transform(double[] plane, double[] sphere)
transform
in class Transformer
plane
- a double[2] vector in the tangent plane.sphere
- a preallocated double[3] vector.