Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop

This commit is contained in:
Olek 2016-12-30 13:14:53 +01:00
commit cf6c1d7b4e

View File

@ -12,7 +12,7 @@ pub trait KdtreePointTrait : Copy {
}
```
Thanks to this trait you can use any dimension. Keep in mind that the tree currently only supports up to 3D.
Thanks to this trait you can use any dimension. Keep in mind that the tree currently only supports up to 3D [#2](/../../issues/2).
Examplary implementation would be:
```
pub struct Point3WithId {