UNPKG

arcade-physics

Version:
18 lines 585 B
export default Circumference; /** * @author Richard Davey <rich@photonstorm.com> * @copyright 2020 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * Returns the circumference of the given Ellipse. * * @function Phaser.Geom.Ellipse.Circumference * @since 3.0.0 * * @param {Phaser.Geom.Ellipse} ellipse - The Ellipse to get the circumference of. * * @return {number} The circumference of th Ellipse. */ declare function Circumference(ellipse: Phaser.Geom.Ellipse): number; //# sourceMappingURL=Circumference.d.ts.map