Class Mer.MerDeproj

All Implemented Interfaces:
Serializable, Component
Enclosing class:
Mer

public class Mer.MerDeproj extends Deprojecter
See Also:
  • Constructor Details

    • MerDeproj

      public MerDeproj()
  • Method Details

    • getName

      public String getName()
      Name of component
    • getDescription

      public String getDescription()
      Description of component
    • inverse

      public Projecter inverse()
      Get the inverse transformation
      Specified by:
      inverse in class Transformer
    • isInverse

      public boolean isInverse(Transformer trans)
      Is this the inverse of another transformation?
      Specified by:
      isInverse 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 - The input position in the projection plane.
      sphere - A preallocated 3-vector to hold the unit vector result.