mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-21 17:06:24 +04:00
Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop
This commit is contained in:
commit
cf6c1d7b4e
@ -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