Commit Graph

37 Commits

Author SHA1 Message Date
Dimitri Sabadie
510881b5c6
Implement Spline::add.
Fixes #23.
2019-09-22 18:21:20 +02:00
Dimitri Sabadie
1eed163277
Doc typo. 2019-09-22 18:13:52 +02:00
Dimitri Sabadie
c98b493993 Add support for removing a key. #24 2019-09-21 14:42:08 +02:00
Dimitri Sabadie
3d0a0c570e Fix nalgebra implementor.
Point must be removed because it is not additive.
2019-04-25 11:37:49 +02:00
Dimitri Sabadie
e7ecc9819a Documentation, step 4. 2019-04-23 18:43:30 +02:00
Dimitri Sabadie
e88da58a87 Step 3 of doc cleanup. 2019-04-23 18:43:30 +02:00
Dimitri Sabadie
6ae3918eb1 Second pass of doc cleanup. 2019-04-23 18:43:30 +02:00
Dimitri Sabadie
dcd82f7301 First doc cleanup. 2019-04-23 18:43:30 +02:00
Dimitri Sabadie
476f762c5f
Bump cgmath dependency. 2019-04-21 19:05:51 +02:00
Dimitri Sabadie
609ebb0f37 Cleanup. 2019-04-21 18:51:43 +02:00
Dimitri Sabadie
305ce7ac93 Align and reformat. 2019-04-21 18:51:43 +02:00
Dimitri Sabadie
70d6cf2081 Implement impl-cgmath. 2019-04-21 18:51:43 +02:00
Dimitri Sabadie
65a713c51b Implement impl-nalgebra feature. 2019-04-21 18:51:43 +02:00
Dimitri Sabadie
427895ab10 The cubic_hermite_def function is a bit fucked as impossible to use. 2019-04-21 18:51:43 +02:00
Dimitri Sabadie
99068fb2d0 Refactor all types in their own modules. 2019-04-21 18:51:43 +02:00
Dimitri Sabadie
5b70d6921c Refactor polymorphic sampling code. 2019-04-19 13:04:55 +02:00
Dimitri Sabadie
48623701a7 Fix some documentation. 2019-04-19 13:04:55 +02:00
Dimitri Sabadie
f3bd7cee24 Add support for polymorphic sampling type. 2019-04-19 13:04:55 +02:00
Dimitri Sabadie
55e792a98b Make Spline<T>::clamped_sample return Option<T> instead. #9 2019-04-16 17:40:08 +02:00
Dimitri Sabadie
bc329fe736 Migrate to Rust 2018. 2019-04-13 21:54:17 +02:00
Dimitri Sabadie
ed222e001d Fix a typo in the top-level documentation. 2019-04-13 21:54:17 +02:00
Dimitri Sabadie
a3a2919eb4
0.2.3. 2018-10-13 03:31:44 +02:00
nsmryan
77ccf0a47b
Add support for nalgebra along with some tests.
Feature-gated with impl-nalgebra.
2018-10-13 01:05:13 +02:00
nsmryan
0dcfe48415 minor spelling corrections 2018-09-30 21:32:59 +02:00
Dimitri Sabadie
3cd65dce54
Fix feature documentation in both README and lib.rs. 2018-09-20 11:56:57 +02:00
Dimitri Sabadie
820839abc0 Update the documentation. 2018-09-06 15:55:11 +02:00
Dimitri Sabadie
865c855ac5 Remove cgmath implementors on no_std. 2018-09-06 15:55:11 +02:00
Dimitri Sabadie
393a8c2f15 Add the std / no_std feature. 2018-08-09 01:38:43 +02:00
Dimitri Sabadie
a24826b879 Enhance the documentation about serialization. 2018-08-09 00:22:00 +02:00
Dimitri Sabadie
39c4dffe36 Add support for serde serialization / deserialization. 2018-08-09 00:22:00 +02:00
Dimitri Sabadie
fbeade556c
Add impl Interpolate for some cgmath types. 2018-08-05 17:23:30 +02:00
Dimitri Sabadie
44154d9728
Add some unit tests. 2018-08-05 17:11:44 +02:00
Dimitri Sabadie
118a11b911
Work on the documentation. 2018-08-05 14:47:24 +02:00
Dimitri Sabadie
4fd48c167d
Hide some internal function from the public interface. 2018-08-05 01:18:50 +02:00
Dimitri Sabadie
8afc967ae9
Enhance the documentation. 2018-08-05 01:17:17 +02:00
Dimitri Sabadie
c4a6d702fa
Rename SplineIterator into Iter. 2018-08-05 01:14:55 +02:00
Dimitri Sabadie
81ffaa8fbf
Writing the front page documentation. 2018-08-05 01:12:22 +02:00