arcade-physics
Version:
Use Arcade Physics without Phaser.
18 lines • 514 B
TypeScript
export default Width;
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* Calculate the width of the given line.
*
* @function Phaser.Geom.Line.Width
* @since 3.0.0
*
* @param {Phaser.Geom.Line} line - The line to calculate the width of.
*
* @return {number} The width of the line.
*/
declare function Width(line: Phaser.Geom.Line): number;
//# sourceMappingURL=Width.d.ts.map