The OpenD Programming Language

AdaptiveBounds.adapt

Adapt bounds to include the new point

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

Meta