1
0
Fork 0

🚧 Work on API examples

This commit is contained in:
Joost De Cock 2019-05-25 11:11:46 +02:00
parent 8554120314
commit edc726ebb1
48 changed files with 259 additions and 203 deletions

View file

@ -18,7 +18,7 @@ export default part => {
paths.CD = new Path().move(points.C).line(points.D);
snippets.X = new Snippet(
"x",
"notch",
utils.linesIntersect(points.A, points.B, points.C, points.D)
);