Rect.intersects

Gets whether this rect intersects another rect

  1. bool intersects(rtype other)
    struct Rect(type)
    @safe pure nothrow const
    bool
    intersects
    (
    rtype
    )
    (
    rtype other
    )
    if (
    isRect!rtype
    )
  2. bool intersects(vtype other)

Meta