math/Size library
Classes
- Size
- Class for representing sizes consisting of a width and height. Undefined width and height support is deprecated and results in compiler warning. @param {number} width Width. @param {number} height Height. @struct @constructor