Class Arc.ArcDeproj

    • Constructor Detail

      • ArcDeproj

        public ArcDeproj()
    • Method Detail

      • getName

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

        public java.lang.String getDescription()
        Get the description of the compontent
      • 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 projection plane.
        sphere - a preallocated double[3] vector.