half.js 94 B

12345
  1. export default function(node, x0, x1) {
  2. this.node = node;
  3. this.x0 = x0;
  4. this.x1 = x1;
  5. }