Commit Graph

19 Commits

Author SHA1 Message Date
nsmryan
e13501dc3e rebased with master 2018-10-02 21:40:43 -04:00
nsmryan
46711a4b2b added basic tests for nalgebra, and cleaned up some unused imports 2018-10-02 21:39:18 -04:00
nsmryan
313f171299 matrix implementation compiles with new type variable bounds and dependance on generic_array 2018-10-02 21:39:18 -04:00
nsmryan
2912848397 successfully implemented Interpolate for all Point types. Vectors require an implementation for Matrix, which is proving trickier 2018-10-02 21:39:18 -04:00
nsmryan
204b22aa0b fixed typo in feature impl-nalgebra import 2018-09-29 13:06:49 -04:00
nsmryan
40ddb05797 added impl-nalgebra feature 2018-09-29 13:03:37 -04: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