This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wcheng81
/
jtBaseApp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5355cbb1b8
Branches
Tags
master
jtBaseApp
/
node_modules
/
d3-voronoi
/
src
/
point.js
point.js
81 B
History
Raw
1
2
3
4
5
6
7
export function x(d) {
return d[0];
}
export function y(d) {
return d[1];
}