struct Day3::Rect
- Day3::Rect
- Struct
- Value
- Object
Defined in:
day3.crConstructors
Instance Method Summary
- #area
- #check(other : Rect) : IntersectType | Rect
- #clone
- #copy_with(id _id = @id, x _x = @x, y _y = @y, w _w = @w, h _h = @h)
- #fully_contains?(other : Rect)
- #h : Int32
- #id : Int32
- #w : Int32
- #x : Int32
- #x2
- #y : Int32
- #y2