Rectangle.isIn

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool isIn(ivec2 position)
    struct Rectangle(T = float, S = int)
    @nogc const nothrow
    bool
    isIn
    ()
    (
    in auto ref ivec2 position
    )
  2. bool isIn(vec2 position)
  3. T left;
  4. T right;
  5. T bottom;
  6. T top;

Meta