UNPKG
romgrk-2d-geometry
Version:
latest (0.2.0)
0.2.0
0.1.0
Javascript library for 2d geometry
github.com/romgrk/2d-geometry
romgrk/2d-geometry
romgrk-2d-geometry
/
dist
/
index.js
8 lines
(7 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ _setupShape, point }
from
'./classes'
;
export
*
from
'./classes'
;
export
*
from
'./algorithms/boolean_op'
;
export
*
from
'./algorithms/distance'
;
export
*
from
'./algorithms/intersection'
;
export
*
from
'./algorithms/ray_shooting'
;
_setupShape
(point);