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

Packages that use DoubleArrayArray
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 DoubleArrayArray in de.jreality.geometry
 

Methods in de.jreality.geometry with parameters of type DoubleArrayArray
static double[][] IndexedFaceSetUtility.calculateVertexTangents(DoubleArrayArray texCoords, DoubleArrayArray vertexCoordinates, DoubleArrayArray vertexNormals, IntArrayArray faceIndices)
          calculates face tangents, converted from http://www.terathon.com/code/tangent.php
 

Uses of DoubleArrayArray in de.jreality.scene.data
 

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

Methods in de.jreality.scene.data that return DoubleArrayArray
 DoubleArrayArray DataList.toDoubleArrayArray()
           
 DoubleArrayArray DoubleArrayArray.toDoubleArrayArray()
           
 DoubleArrayArray WritableDataList.toDoubleArrayArray()
           
 DoubleArrayArray StorageModel.toDoubleArrayArray(Object data)