UNPKG

arcade-physics

Version:
13 lines 384 B
export default Perimeter; /** * Returns the perimeter of the given Polygon. * * @function Phaser.Geom.Polygon.Perimeter * @since 3.12.0 * * @param {Phaser.Geom.Polygon} polygon - The Polygon to get the perimeter of. * * @return {number} The perimeter of the Polygon. */ declare function Perimeter(polygon: Phaser.Geom.Polygon): number; //# sourceMappingURL=Perimeter.d.ts.map