Commit Graph

33 Commits

Author SHA1 Message Date
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
476f762c5f Bump cgmath dependency. 2019-04-21 19:05:51 +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
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
5b70d6921c Refactor polymorphic sampling code. 2019-04-19 13:04:55 +02:00
48623701a7 Fix some documentation. 2019-04-19 13:04:55 +02:00
f3bd7cee24 Add support for polymorphic sampling type. 2019-04-19 13:04:55 +02:00
55e792a98b Make Spline<T>::clamped_sample return Option<T> instead. #9 2019-04-16 17:40:08 +02:00
bc329fe736 Migrate to Rust 2018. 2019-04-13 21:54:17 +02:00
ed222e001d Fix a typo in the top-level documentation. 2019-04-13 21:54:17 +02:00
a3a2919eb4 0.2.3. 2018-10-13 03:31:44 +02:00
77ccf0a47b Add support for nalgebra along with some tests.
Feature-gated with impl-nalgebra.
2018-10-13 01:05:13 +02:00
0dcfe48415 minor spelling corrections 2018-09-30 21:32:59 +02:00
3cd65dce54 Fix feature documentation in both README and lib.rs. 2018-09-20 11:56:57 +02:00
820839abc0 Update the documentation. 2018-09-06 15:55:11 +02:00
865c855ac5 Remove cgmath implementors on no_std. 2018-09-06 15:55:11 +02:00
393a8c2f15 Add the std / no_std feature. 2018-08-09 01:38:43 +02:00
a24826b879 Enhance the documentation about serialization. 2018-08-09 00:22:00 +02:00
39c4dffe36 Add support for serde serialization / deserialization. 2018-08-09 00:22:00 +02:00
fbeade556c Add impl Interpolate for some cgmath types. 2018-08-05 17:23:30 +02:00
44154d9728 Add some unit tests. 2018-08-05 17:11:44 +02:00
118a11b911 Work on the documentation. 2018-08-05 14:47:24 +02:00
4fd48c167d Hide some internal function from the public interface. 2018-08-05 01:18:50 +02:00
8afc967ae9 Enhance the documentation. 2018-08-05 01:17:17 +02:00
c4a6d702fa Rename SplineIterator into Iter. 2018-08-05 01:14:55 +02:00
81ffaa8fbf Writing the front page documentation. 2018-08-05 01:12:22 +02:00