Uses of Class
org.sunflow.util.IntArray
-
Packages that use IntArray Package Description org.sunflow.core.accel -
-
Uses of IntArray in org.sunflow.core.accel
Methods in org.sunflow.core.accel with parameters of type IntArray Modifier and Type Method Description private void
BoundingIntervalHierarchy. buildHierarchy(IntArray tempTree, int[] indices, BoundingIntervalHierarchy.BuildStats stats)
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)
private void
BoundingIntervalHierarchy. createNode(IntArray tempTree, int nodeIndex, int left, int right)
private void
BoundingIntervalHierarchy. subdivide(int left, int right, IntArray tempTree, int[] indices, float[] gridBox, float[] nodeBox, int nodeIndex, int depth, BoundingIntervalHierarchy.BuildStats stats)
-