Uses of Class
org.sunflow.core.accel.KDTree.BuildTask
-
Packages that use KDTree.BuildTask Package Description org.sunflow.core.accel -
-
Uses of KDTree.BuildTask in org.sunflow.core.accel
Methods in org.sunflow.core.accel with parameters of type KDTree.BuildTask Modifier and Type Method Description private void
KDTree. buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, KDTree.BuildTask task, int depth, IntArray tempTree, int offset, IntArray tempList, KDTree.BuildStats stats)
Constructors in org.sunflow.core.accel with parameters of type KDTree.BuildTask Constructor Description BuildTask(int numObjects, KDTree.BuildTask parent)
-