source: node_modules/d3-shape/src/point.js

Last change on this file was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Prototype 1.1

  • Property mode set to 100644
File size: 81 bytes
Line 
1export function x(p) {
2 return p[0];
3}
4
5export function y(p) {
6 return p[1];
7}
Note: See TracBrowser for help on using the repository browser.