|
Last change
on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
270 bytes
|
| Line | |
|---|
| 1 | export {default as polygonArea} from "./area.js";
|
|---|
| 2 | export {default as polygonCentroid} from "./centroid.js";
|
|---|
| 3 | export {default as polygonHull} from "./hull.js";
|
|---|
| 4 | export {default as polygonContains} from "./contains.js";
|
|---|
| 5 | export {default as polygonLength} from "./length.js";
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.