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