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 voidBoundingIntervalHierarchy. buildHierarchy(IntArray tempTree, int[] indices, BoundingIntervalHierarchy.BuildStats stats)private voidKDTree. 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 voidBoundingIntervalHierarchy. createNode(IntArray tempTree, int nodeIndex, int left, int right)private voidBoundingIntervalHierarchy. subdivide(int left, int right, IntArray tempTree, int[] indices, float[] gridBox, float[] nodeBox, int nodeIndex, int depth, BoundingIntervalHierarchy.BuildStats stats)
-