Skip to content

Commit

Permalink
kdtree article: fix link to article
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Aug 4, 2024
1 parent 6b33ccc commit 5368347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/articles/kdtree/kdtree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arbitrary and should not disturb a *non-rustacean* (who doesn't code in rust) re

The implementation I will use is described in the scientific paper `On building fast kd-Trees
for Ray Tracing, and on doing that in O(N log N)
<http://www.irisa.fr/prive/kadi/Sujets_CTR/kadi/Kadi_sujet2_article_KDTree.pdf>`_.
<https://www.irisa.fr/prive/kadi/Sujets_CTR/kadi/Kadi_sujet2_article_Kdtree.pdf>`_.
Since this paper describes well the theoretical part, I will focus on the
implementation. However, if you just want to implement a KD tree without diving
into the paper formulas, you can keep reading without woring.
Expand Down

0 comments on commit 5368347

Please sign in to comment.