Commit Graph

18 Commits

Author SHA1 Message Date
15e0efa9c0 added basic tests for nalgebra, and cleaned up some unused imports 2018-09-30 11:05:54 -04:00
b795267632 matrix implementation compiles with new type variable bounds and dependance on generic_array 2018-09-30 10:31:08 -04:00
729a8a1f4b successfully implemented Interpolate for all Point types. Vectors require an implementation for Matrix, which is proving trickier 2018-09-30 10:11:35 -04:00
204b22aa0b fixed typo in feature impl-nalgebra import 2018-09-29 13:06:49 -04:00
40ddb05797 added impl-nalgebra feature 2018-09-29 13:03:37 -04: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