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

Packages that use DoubleArray
de.jreality.math Mathematical utilities. 
de.jreality.scene.data Contains the structures to store and transfer all sorts of data in the scene. 
de.jreality.scene.tool Tool infrastructure for the scene graph. 
de.jreality.toolsystem This package is responsable for managing the tools in a scene graph: registering them, handling user input, and triggering their activity based on this input. 
de.jreality.toolsystem.config Classes for handling the jReality tool configuration, which guarantees hardware independence for input devices. 
 

Uses of DoubleArray in de.jreality.math
 

Methods in de.jreality.math with parameters of type DoubleArray
 void Matrix.assignFrom(DoubleArray data)
          copies initValue
 

Constructors in de.jreality.math with parameters of type DoubleArray
FactoredMatrix(DoubleArray da)
           
Matrix(DoubleArray data)
          this constructor copies the content of the given DoubleArray.
 

Uses of DoubleArray in de.jreality.scene.data
 

Methods in de.jreality.scene.data that return DoubleArray
 DoubleArray StorageModel.getAsDoubleArray(Object data, int index)
           
abstract  DoubleArray DoubleArrayArray.getValueAt(int n)
           
 DoubleArray DoubleArrayArray.Array.getValueAt(int n)
           
 DoubleArray DoubleArrayArray.Inlined.getValueAt(int n)
           
 DoubleArray DataItem.toDoubleArray()
           
 DoubleArray DataList.toDoubleArray()
           
 DoubleArray DoubleArray.toDoubleArray()
           
 DoubleArray DoubleArrayArray.Inlined.toDoubleArray()
           
 DoubleArray WritableDataList.toDoubleArray()
           
 DoubleArray StorageModel.toDoubleArray(Object data)
           
 

Uses of DoubleArray in de.jreality.scene.tool
 

Methods in de.jreality.scene.tool that return DoubleArray
 DoubleArray ToolContext.getTransformationMatrix(InputSlot slot)
           
 

Uses of DoubleArray in de.jreality.toolsystem
 

Methods in de.jreality.toolsystem that return DoubleArray
 DoubleArray ToolEvent.getTransformation()
           
 DoubleArray VirtualDeviceContext.getTransformationMatrix(InputSlot slot)
           
 

Constructors in de.jreality.toolsystem with parameters of type DoubleArray
ToolEvent(Object source, InputSlot device, DoubleArray trafo)
          Deprecated. Use ToolEvent(Object source, long when, InputSlot device, DoubleArray trafo)
ToolEvent(Object source, long when, InputSlot device, AxisState axis, DoubleArray trafo)
           
ToolEvent(Object source, long when, InputSlot device, DoubleArray trafo)
           
 

Uses of DoubleArray in de.jreality.toolsystem.config
 

Methods in de.jreality.toolsystem.config that return DoubleArray
 DoubleArray VirtualConstant.getTransformationMatrix()