UNPKG
math-base-geometry
Version:
latest (0.0.2)
1.0.0
0.0.2
0.0.1
utils for math geometry
math-base-geometry
/
libs
/
tri-dimensional
/
index.js
7 lines
(6 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
Sphere
=
require
(
"./Sphere"
);
const
Cylinder
=
require
(
"./Cylinder"
);
module
.
exports
= {
Sphere
,
Cylinder
};