UNPKG

arcade-physics

Version:
10 lines 264 B
"use strict"; /** * @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. */ //# sourceMappingURL=SinCosTable.js.map