Rect.posAndSize constructor

const Rect.posAndSize(
  1. Vec pos,
  2. Vec size
)

Implementation

const Rect.posAndSize(this.pos, this.size);