arcade-physics
Version:
Use Arcade Physics without Phaser.
18 lines • 585 B
TypeScript
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