Class RectangularConformalMap

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListener

    public class RectangularConformalMap
    extends AlgorithmBase
    • Field Detail

      • fileName

        private java.lang.String fileName
      • fileDir

        private java.lang.String fileDir
      • corner

        private int[] corner
    • Constructor Detail

      • RectangularConformalMap

        public RectangularConformalMap()
      • RectangularConformalMap

        public RectangularConformalMap​(java.lang.String fileName,
                                       java.lang.String fileDir,
                                       int[] corner)
    • Method Detail

      • testRoutine

        public void testRoutine()
      • runAlgorithm

        public void runAlgorithm()
        Description copied from class: AlgorithmBase
        Actually runs the algorithm. Implemented by inheriting algorithms.
        Specified by:
        runAlgorithm in class AlgorithmBase
      • rectangular_conformal_map

        private double[][] rectangular_conformal_map​(double[][] v,
                                                     int[][] f,
                                                     int[] corner)