You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added approximated length func to bezier class
* Added length functionality to interactive documentation. Co-authored-by: Hannah Li <[email protected]>
* fixed typo
* fix quadratic check
* Modified length function to use new length impl
Co-authored-by: Hannah Li <[email protected]>
* Fixed errors in length function
Co-authored-by: Hannah Li <[email protected]>
* Refactor WasmBezier constructor interface
* Adjust eslint settings
* fixed bug with end point
* Replaced missing example headers
* Refactor to better use DVec2
* Additional minor changes
* Adjust variable names
Co-authored-by: Thomas Cheng <[email protected]>
Co-authored-by: Robert Nadal <[email protected]>
Copy file name to clipboardExpand all lines: bezier-rs/docs/interactive-docs/src/App.vue
+32-8Lines changed: 32 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,29 @@
2
2
<divclass="App">
3
3
<h1>Bezier-rs Interactive Documentation</h1>
4
4
<p>This is the interactive documentation for the <b>bezier-rs</b> library. Click and drag on the endpoints of the example curves to visualize the various Bezier utilities and functions.</p>
0 commit comments