Class Csc.CscDeproj

    • Constructor Detail

      • CscDeproj

        public CscDeproj()
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of the component
      • getDescription

        public java.lang.String getDescription()
        Get a description of the component
      • inverse

        public Projecter inverse()
        Description copied from class: Transformer
        Get the inverse of the transformation. If the order matters, then the inverse is to be applied after the original transformation. This is primarily an issue with Converters.
        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.