-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd582b4
commit d1bdbe6
Showing
4 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
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,4 +1,15 @@ | ||
# bez | ||
|
||
A description of this package. | ||
[Bez Info](BezInfo.pdf) | ||
Bez is a swift package aimed at making Bézier curves easy to work with and manipulate. | ||
|
||
The various utilities included are: | ||
* **Interpolation Functions** | ||
* **Derivatives** | ||
* **Arc Lengths** | ||
* **Segmentation** | ||
* **Subdivision** | ||
* **Lookup Table Generation** | ||
* **Path Description -> Normalized SwiftUI Shape Conversion** | ||
|
||
|
||
[bez Info](BezInfo.pdf) |
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
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