Macro cleanup

This commit is contained in:
be5invis 2020-09-06 06:48:56 -07:00
parent 2c3585cfb0
commit 8703edc125
4 changed files with 10 additions and 35 deletions

View file

@ -1,7 +1,5 @@
"use strict";
const { z } = require("typo-geom");
module.exports = class Point {
constructor(x, y, on, cubic) {
this.x = x;