Uses of Class
de.jreality.scene.Transformation

Packages that use Transformation
de.jreality.math Mathematical utilities. 
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.event   
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
 

Uses of Transformation in de.jreality.math
 

Methods in de.jreality.math with parameters of type Transformation
 void Matrix.assignFrom(Transformation trafo)
          copies initValue
 void Matrix.assignTo(Transformation trafo)
           
 void MatrixBuilder.assignTo(Transformation trafo)
           
static MatrixBuilder MatrixBuilder.elliptic(Transformation m)
           
static MatrixBuilder MatrixBuilder.euclidean(Transformation m)
          Create a matrix builder which generates isometries with respect to euclidean metric.
static MatrixBuilder MatrixBuilder.hyperbolic(Transformation m)
           
static MatrixBuilder MatrixBuilder.projective(Transformation m)
           
 

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

Uses of Transformation in de.jreality.scene
 

Methods in de.jreality.scene that return Transformation
 Transformation SceneGraphComponent.getTransformation()
          Returns the transformation node.
 

Methods in de.jreality.scene with parameters of type Transformation
 void SceneGraphComponent.setTransformation(Transformation newTrans)
           
static void Transformation.superAccept(Transformation t, SceneGraphVisitor visitor)
           
 void SceneGraphVisitor.visit(Transformation t)
           
 

Constructors in de.jreality.scene with parameters of type Transformation
Transformation(Transformation t)
          Deprecated. use new Transformation(oldTrafo.getMatrix()) instead
TransformationCustomizer(Transformation t)
           
 

Uses of Transformation in de.jreality.scene.event
 

Methods in de.jreality.scene.event that return Transformation
 Transformation TransformationEvent.getTransformation()
          Returns the sourceTransformation.
 

Constructors in de.jreality.scene.event with parameters of type Transformation
TransformationEvent(Transformation source)
          Constructor for TransformationEvent.
 

Uses of Transformation in de.jreality.util
 

Methods in de.jreality.util with parameters of type Transformation
 void CopyVisitor.copyAttr(Transformation src, Transformation dst)
           
 void DefaultMatrixSupport.restoreDefault(Transformation trafo, boolean clear)
          Restores the default matrix if there is any, otherwise assigns the identity matrix or does nothing, depending on the clear flag.
 void DefaultMatrixSupport.storeAsDefault(Transformation trafo)
          Stores the current matrix of trafo as its default matrix.
 void DefaultMatrixSupport.storeDefault(Transformation trafo, double[] defMatrix)
          Stores the given array as default matrix for trafo.
 void CopyVisitor.visit(Transformation t)