RectangleT.Intersects

Gets wether this rectangle intersects another

  1. bool Intersects(T other)
    struct RectangleT(T)
    bool
    Intersects
    (
    T
    )
    ()
    if (
    isNumeric!T
    )
  2. bool Intersects(U other)

Meta