Class Confmap.ParametricCurve

    • Constructor Summary

      Constructors 
      Constructor Description
      ParametricCurve()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double[] compute_exterior_angles​(double[] s, boolean normalized)  
      (package private) abstract double[][] discretize​(double[] s, boolean normalized)  
      • Methods inherited from class java.lang.Object

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

      • ParametricCurve

        ParametricCurve()
    • Method Detail

      • discretize

        abstract double[][] discretize​(double[] s,
                                       boolean normalized)
      • compute_exterior_angles

        double[] compute_exterior_angles​(double[] s,
                                         boolean normalized)