This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-23 19:43:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
55c26bb158
phaser
/
v3
/
src
/
geom
/
index.js
9 lines
116 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added Rectangle class, Geom structure, and fixed a few functions.
2016-12-22 01:32:21 +00:00
// Phaser.Geom
module
.
exports
=
{
Added all the Circle functions.
2016-12-29 00:17:20 +00:00
Rectangle
:
require
(
'./rectangle'
)
,
Circle
:
require
(
'./circle'
)
Added Rectangle class, Geom structure, and fixed a few functions.
2016-12-22 01:32:21 +00:00
}
;
Reference in a new issue
Copy permalink