point.js 81 B

1234567
  1. export function x(p) {
  2. return p[0];
  3. }
  4. export function y(p) {
  5. return p[1];
  6. }