UNPKG

arcade-physics

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