Skip to content

Commit

Permalink
built
Browse files Browse the repository at this point in the history
  • Loading branch information
hcschuetz committed Aug 8, 2024
1 parent ee11379 commit b477ba4
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 307 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion map-transformations/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
font: 3px sans-serif;
}
</style>
<script type="module" crossorigin src="./assets/index-_d30d0Xd.js"></script>
<script type="module" crossorigin src="./assets/index-BggsMT5i.js"></script>
</head>
<body>
<svg id="selector"
Expand Down
5 changes: 2 additions & 3 deletions map-transformations/src/FoldableOctahedron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ export class FoldableOctahedron {

B.Axis.X.addToRef(a, ex_a);
ex_a.addToRef(b, ex_a_b);
a.scaleToRef(0.5, ex_a2_c).addInPlace(B.Axis.X).addInPlace(c);
b.scaleToRef(0.5, ex_a_b2).addInPlace(ex_a);
ex_a_b2.addToRef(d, ex_a_b2_d);
V3.CenterToRef(B.Axis.X, ex_a, ex_a2_c).addInPlace(c);
V3.CenterToRef(ex_a, ex_a_b, ex_a_b2).addToRef(d, ex_a_b2_d);

const adjX = shift * (1 - shift);
const adjY = shift * r1_5;
Expand Down

0 comments on commit b477ba4

Please sign in to comment.