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.
|
points : | an array of GtsPoint. |
compare : | always NULL. |
Returns : | a new 3D tree for points. |
|