The OpenD Programming Language

AdaptiveBounds.adapt

Adapt bounds to include the given bounds

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

Meta