Class SchwarzChristoffelMapping.polygon

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] angle  
      (package private) double[][] vertex  
    • Constructor Summary

      Constructors 
      Constructor Description
      polygon​(double[] x, double[] y, double[] alpha)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vertex

        double[][] vertex
      • angle

        double[] angle
    • Constructor Detail

      • polygon

        polygon​(double[] x,
                double[] y,
                double[] alpha)