Uses of Class
de.jreality.scene.data.IntArrayArray

Packages that use IntArrayArray
de.jreality.geometry This package contains geometry related utilities. 
de.jreality.scene.data Contains the structures to store and transfer all sorts of data in the scene. 
 

Uses of IntArrayArray in de.jreality.geometry
 

Methods in de.jreality.geometry that return IntArrayArray
static IntArrayArray IndexedFaceSetUtility.edgesFromFaces(int[][] faces)
           
static IntArrayArray IndexedFaceSetUtility.edgesFromFaces(IntArrayArray faces)
          TODO optimize in case its a QuadMesh (u+v curves instead of u*v segments)
 

Methods in de.jreality.geometry with parameters of type IntArrayArray
static double[][] IndexedFaceSetUtility.calculateVertexTangents(DoubleArrayArray texCoords, DoubleArrayArray vertexCoordinates, DoubleArrayArray vertexNormals, IntArrayArray faceIndices)
          calculates face tangents, converted from http://www.terathon.com/code/tangent.php
static IntArrayArray IndexedFaceSetUtility.edgesFromFaces(IntArrayArray faces)
          TODO optimize in case its a QuadMesh (u+v curves instead of u*v segments)
 

Uses of IntArrayArray in de.jreality.scene.data
 

Subclasses of IntArrayArray in de.jreality.scene.data
static class IntArrayArray.Array
          This implementation of IntArrayArray stores the data as an array of 2-arrays.
static class IntArrayArray.Inlined
           
 

Methods in de.jreality.scene.data that return IntArrayArray
 IntArrayArray DataItem.toIntArrayArray()
           
 IntArrayArray DataList.toIntArrayArray()
           
 IntArrayArray IntArrayArray.toIntArrayArray()
           
 IntArrayArray WritableDataList.toIntArrayArray()
           
 IntArrayArray StorageModel.toIntArrayArray(Object data)