Box.isBetween

Returns true if the given point is between the coordinates.

  1. bool isBetween(int x, int y)
  2. bool isBetween(Point p)
    struct Box
    public @nogc @safe pure nothrow const
    bool
    isBetween
  3. int left;
  4. int top;
  5. int right;
  6. int bottom;

Meta