yjf

Results 1 comments of yjf

Using [Non-Default Data Types](https://github.com/ingowald/cudaKDTree?tab=readme-ov-file#support-for-non-default-data-types) should help. ``` struct PointPlusIndex{ float3 position; int index; }; ```