skyview.geometry.projecter
Class CarProjecter.CarDeprojecter

java.lang.Object
  extended by skyview.geometry.Transformer
      extended by skyview.geometry.Deprojecter
          extended by skyview.geometry.projecter.CarProjecter.CarDeprojecter
All Implemented Interfaces:
java.io.Serializable, Component
Enclosing class:
CarProjecter

public class CarProjecter.CarDeprojecter
extends Deprojecter

See Also:
Serialized Form

Constructor Summary
CarProjecter.CarDeprojecter()
           
 
Method Summary
 java.lang.String getDescription()
          Return a description of the component
 java.lang.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.
 
Methods inherited from class skyview.geometry.Deprojecter
getInputDimension, getOutputDimension
 
Methods inherited from class skyview.geometry.Transformer
transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarProjecter.CarDeprojecter

public CarProjecter.CarDeprojecter()
Method Detail

getName

public java.lang.String getName()
Get the name of the compontent


isInverse

public boolean isInverse(Transformer t)
Is this an inverse of some other transformation?

Specified by:
isInverse in class Transformer

getDescription

public java.lang.String getDescription()
Return a description of the component


inverse

public Projecter inverse()
Get the inverse

Specified by:
inverse in class Transformer

transform

public final void transform(double[] plane,
                            double[] sphere)
Deproject a point from the plane to the sphere.

Specified by:
transform in class Transformer
Parameters:
plane - a double[2] vector in the tangent plane.
spehre - a preallocated double[3] vector.