File size: 81 Bytes
bc20498 |
1 2 3 4 5 6 7 8 |
export function x(p) {
return p[0];
}
export function y(p) {
return p[1];
}
|
bc20498 |
1 2 3 4 5 6 7 8 |
export function x(p) {
return p[0];
}
export function y(p) {
return p[1];
}
|