math/Rect library

Classes

Rect
Class for representing rectangular regions. @param {number} x Left. @param {number} y Top. @param {number} w Width. @param {number} h Height. @struct @constructor