Commit Graph

22 Commits

Author SHA1 Message Date
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