Rect.intersects

Gets whether this rect intersects a vector

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

Meta