The OpenD Programming Language

AdaptiveBounds.adapt

Adapt by passing x and y variable

  1. bool adapt(T point)
  2. bool adapt(double x, double y)
    struct AdaptiveBounds
    bool
    adapt
    (
    double x
    ,
    double y
    )
  3. bool adapt(T bounds)
  4. bool adapt(T points)

Meta