Exemple #1
0
  /**
   * Creates new drawable for integral
   *
   * @param view
   * @param n
   */
  public DrawIntegral(AbstractEuclidianView view, GeoNumeric n) {
    this.view = view;
    this.n = n;
    geo = n;

    n.setDrawable(true);

    init();
    update();
  }