Class Sfl.SflDeproj

All Implemented Interfaces:
Serializable, Component
Enclosing class:
Sfl

public class Sfl.SflDeproj extends Deprojecter
See Also:
  • Constructor Details

    • SflDeproj

      public SflDeproj()
  • Method Details

    • getName

      public 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 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.
      sphere - a preallocated double[3] vector.