The OpenD Programming Language

AdaptiveBounds.adapt

Adapt bounds to include the new points

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

Meta