Commit Graph

87 Commits

Author SHA1 Message Date
955050ecee Fix examples. 2019-10-22 13:34:11 +02:00
22e75c6901 Fix Bézier interpolation. 2019-10-22 13:34:10 +02:00
425433cd5b Merge pull request #33 from phaazon/feature/stroke-bezier
Add Interpolation::StrokeBezier.
2.2.0
2019-10-17 17:26:16 +02:00
cc0a9580ab Add Interpolation::StrokeBezier. 2019-10-17 17:23:46 +02:00
05e131baad 2.1.1 2.1.1 2019-10-17 01:49:34 +02:00
0a15fb48a3 Add missing LICENSE file. 2019-10-17 01:45:53 +02:00
ebc6e16aef Merge pull request #32 from phaazon/feature/sample-key
Add Spline::sample_with_key and Spline::clamped_sample_with_key.
2.1.0
2019-09-30 12:59:11 +02:00
cae599e0d7 Add Spline::sample_with_key and Spline::clamped_sample_with_key. 2019-09-30 12:49:36 +02:00
336c1c7e80 Merge pull request #31 from phaazon/fix/bezier-interpolation
Fix/bezier interpolation
2.0.1
2019-09-24 21:36:04 +02:00
ea29e08836 Fix cubic Bézier interpolation. 2019-09-24 21:31:18 +02:00
3ab98420c8 Remove unneeded comments. 2019-09-24 17:40:01 +02:00
1bfd9a0e7c Merge pull request #29 from phaazon/release/2.0.0
2.0.0.
2.0
2019-09-24 10:59:00 +02:00
7846177471 Fix CI. 2019-09-24 10:44:45 +02:00
6f65be125b 2.0.0. 2019-09-24 10:42:03 +02:00
5d0ebc0777 Merge pull request #28 from phaazon/feature/mutation
Feature/mutation
1.1.1
2019-09-23 21:12:06 +02:00
4fdbfa6189 Fix 1.1. 2019-09-23 20:56:56 +02:00
7dbc85a312 Add key getters (immutable & mutable). 2019-09-23 20:34:39 +02:00
03031a1e92 Yank notation. 2019-09-23 19:53:52 +02:00
54eb89ae96 Merge pull request #27 from phaazon/feature/extra-splines
Feature/extra splines
1.1
2019-09-23 17:13:22 +02:00
51ab8022f9 Fix CI. 2019-09-23 17:10:40 +02:00
b78be8cba3 Prepare 1.1. 2019-09-23 17:09:09 +02:00
fd05dd0419 Update readme. 2019-09-23 17:08:32 +02:00
b05582d653 Add Bézier curves. 2019-09-23 17:06:32 +02:00
e76f18ac5b 1.0.0. 1.0.0 2019-09-22 19:15:57 +02:00
8e6af2cee9 Merge pull request #26 from phaazon/feature/add-key
Implement Spline::add.
2019-09-22 19:05:15 +02:00
a6e77a3d09 Remove Travis CI. 2019-09-22 18:22:12 +02:00
510881b5c6 Implement Spline::add.
Fixes #23.
2019-09-22 18:21:20 +02:00
1eed163277 Doc typo. 2019-09-22 18:13:52 +02:00
311efa5b26 Synchronize README. 2019-09-21 14:42:08 +02:00
c98b493993 Add support for removing a key. #24 2019-09-21 14:42:08 +02:00
c818b4c810 Add GitHub CI. 2019-09-21 14:19:21 +02:00
7644177398 1.0.0-rc.3. 1.0.0-rc.3 2019-04-25 11:37:49 +02:00
3d0a0c570e Fix nalgebra implementor.
Point must be removed because it is not additive.
2019-04-25 11:37:49 +02:00
bdb9a68c3b 1.0.0-rc.2. 1.0.0-rc.2 2019-04-23 18:43:30 +02:00
e7ecc9819a Documentation, step 4. 2019-04-23 18:43:30 +02:00
e88da58a87 Step 3 of doc cleanup. 2019-04-23 18:43:30 +02:00
6ae3918eb1 Second pass of doc cleanup. 2019-04-23 18:43:30 +02:00
dcd82f7301 First doc cleanup. 2019-04-23 18:43:30 +02:00
8de0f10572 1.0.0-rc.1. 1.0.0-rc.1 2019-04-21 19:20:15 +02:00
476f762c5f Bump cgmath dependency. 2019-04-21 19:05:51 +02:00
6ee68b4d56 Build without std but do not test (yet). 2019-04-21 18:51:43 +02:00
609ebb0f37 Cleanup. 2019-04-21 18:51:43 +02:00
305ce7ac93 Align and reformat. 2019-04-21 18:51:43 +02:00
70d6cf2081 Implement impl-cgmath. 2019-04-21 18:51:43 +02:00
9d5971a5f7 Remove nalgebra point interpolation. 2019-04-21 18:51:43 +02:00
65a713c51b Implement impl-nalgebra feature. 2019-04-21 18:51:43 +02:00
427895ab10 The cubic_hermite_def function is a bit fucked as impossible to use. 2019-04-21 18:51:43 +02:00
99068fb2d0 Refactor all types in their own modules. 2019-04-21 18:51:43 +02:00
935565ca22 Add f64-key unit test. #12 2019-04-19 13:07:55 +02:00
f4a90b82bc Fix unit tests. 2019-04-19 13:04:55 +02:00