>
Kd-Trees| GTS Library Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
#include <gts.h> |
Kd-Trees (in this case 3D-Trees) are a relatively efficient way of doing point location queries.
|
Note that the order of the points in array points is modified by this function.
| points : | an array of GtsPoint. |
| compare : | always NULL. |
| Returns : | a new 3D tree for points. |
|