mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-21 17:06:24 +04:00
Update README.md
Added link to issue, in note about kdtree supporting only up to 3d.
This commit is contained in:
parent
35b6d2220d
commit
90c3793fc0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user