Skip to content

Commit 1569775

Browse files
committed
Starting Polygon class.
1 parent d8b7797 commit 1569775

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

v3/src/geom/polygon/Polygon.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
var Polygon = function ()
2+
{
3+
4+
};
5+
6+
module.exports = Polygon;

0 commit comments

Comments
 (0)