UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

9 lines (8 loc) 219 B
/** * @typedef {object} Phaser.Types.Math.SinCosTable * @since 3.0.0 * * @property {number} sin - The sine value. * @property {number} cos - The cosine value. * @property {number} length - The length. */