Uses of Class
org.sunflow.util.IntArray
-
Packages that use IntArray Package Description org.sunflow.core.accel org.sunflow.util -
-
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)
-
Uses of IntArray in org.sunflow.util
Methods in org.sunflow.util that return IntArray Modifier and Type Method Description static IntArray
ColladaDocument. getGeometryTriangles(org.w3c.dom.Document dae, java.lang.String id)
-