Commit Graph

45 Commits

Author SHA1 Message Date
nsmryan
e8efebef7c fixed formatting to match project conventions. changed Matrix::zip_map to Vector::zip_map for clarity 2018-10-03 22:35:40 -04:00
nsmryan
18345bf9a0 Merge branch 'nalgebra_generic' of https://github.com/nsmryan/splines into nalgebra_generic 2018-10-02 21:43:33 -04:00
nsmryan
59fc3b40c2 removed dependance on generic_arrays which was only needed for the matrix implementation of Interpolate, which was removed 2018-10-02 21:41:49 -04:00
nsmryan
350b7d9179 replaced matrix implementation with simpler vector instances for each of Vector1 through Vector6 2018-10-02 21:41:49 -04:00
Dimitri Sabadie
7c1ca6db31 0.2.2. 2018-10-02 21:41:49 -04:00
nsmryan
6d767f25c9 minor corrections in README.md 2018-10-02 21:41:49 -04:00
nsmryan
e13501dc3e rebased with master 2018-10-02 21:40:43 -04:00
nsmryan
aaa3fea753 bumped version numbers in examples for splines dependancy 2018-10-02 21:39:18 -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
f15b5b43ad merged with current master 2018-09-30 21:21:58 -04:00
nsmryan
fb05c123ea removed dependance on generic_arrays which was only needed for the matrix implementation of Interpolate, which was removed 2018-09-30 21:17:36 -04:00
nsmryan
4ca1c1bbb1 replaced matrix implementation with simpler vector instances for each of Vector1 through Vector6 2018-09-30 21:15:10 -04:00
Dimitri Sabadie
766066d9ed
0.2.2. 2018-09-30 21:38:49 +02:00
nsmryan
882b9e7b34 minor corrections in README.md 2018-09-30 21:32:59 +02:00
nsmryan
0dcfe48415 minor spelling corrections 2018-09-30 21:32:59 +02:00
nsmryan
24cd0d7fca bumped version numbers in examples for splines dependancy 2018-09-30 21:32:22 +02:00
nsmryan
15e0efa9c0 added basic tests for nalgebra, and cleaned up some unused imports 2018-09-30 11:05:54 -04:00
nsmryan
b795267632 matrix implementation compiles with new type variable bounds and dependance on generic_array 2018-09-30 10:31:08 -04:00
nsmryan
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
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
11791bed70
0.2. 2018-09-06 15:58:10 +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
243f4ece9f Add the serialization example. 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
e0c44b8a59
Add the changelog. 2018-08-08 12:10:48 +02:00
Dimitri Sabadie
dd51eb42a4
0.1.1. 2018-08-08 12:10:21 +02:00
Dimitri Sabadie
169711c638
Add all target/ build dir to the .gitignore. 2018-08-07 01:28:45 +02:00
Dimitri Sabadie
c977ec37da
Add a simple example. 2018-08-07 01:28:12 +02:00
Dimitri Sabadie
12c6968ffe
Also test the documentation on cargo test. 2018-08-07 01:16:38 +02:00
Dimitri Sabadie
6142c24bb8
Add README and update Cargo.toml to point to splines. 2018-08-05 18:28:46 +02:00
Dimitri Sabadie
fbeade556c
Add impl Interpolate for some cgmath types. 2018-08-05 17:23:30 +02:00
Dimitri Sabadie
fb22023702
Add several_interpolations_several_keys test. 2018-08-05 17:13:51 +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