-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(geom-clip): rename pkg geom-clip-convex => geom-clip, update deps
- update sutherlandHodgeman() (boundary centroid handling, corner2() reuse)
- Loading branch information
1 parent
6391d10
commit 004d7f4
Showing
10 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/geom-clip-convex/test/index.ts → packages/geom-clip/test/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// import * as assert from "assert"; | ||
// import * as gc from "../src/index"; | ||
|
||
describe("geom-clipconvex", () => { | ||
describe("geom-clip", () => { | ||
it("tests pending"); | ||
}); |
File renamed without changes.
File renamed without changes.