Class Mer.MerDeproj

    • Constructor Detail

      • MerDeproj

        public MerDeproj()
    • Method Detail

      • getName

        public java.lang.String getName()
        Name of component
      • getDescription

        public java.lang.String getDescription()
        Description of component
      • 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.