nill constant
        
        Rect
        const nill
        
      
      
The null rectangle: position (0, 0) size (0, 0)
Implementation
static const nill = Rect(Vec2.zero, Vec2.zero);The null rectangle: position (0, 0) size (0, 0)
static const nill = Rect(Vec2.zero, Vec2.zero);