Package | Description |
---|---|
de.jreality.geometry |
This package contains geometry related utilities.
|
de.jreality.math |
Mathematical utilities.
|
de.jreality.scene |
This package contains the essential classes of the jReality scene graph.
|
de.jreality.scene.event |
This package contains the classes for handling events in the jReality scene graph.
|
de.jreality.util |
Miscellaneous jReality utilities used in the core packages.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundingBoxTraversal.visit(Transformation t) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
FactoredMatrix(Transformation trafo) |
Matrix(Transformation data)
this constructor copies the content of the given Transformation.
|
Modifier and Type | Method and Description |
---|---|
Transformation |
SceneGraphComponent.getTransformation()
Returns the transformation node.
|
Modifier and Type | Method and Description |
---|---|
void |
SceneGraphComponent.setTransformation(Transformation newTrans) |
static void |
Transformation.superAccept(Transformation t,
SceneGraphVisitor visitor) |
void |
SceneGraphVisitor.visit(Transformation t) |
Constructor and Description |
---|
Transformation(Transformation t)
Deprecated.
use
new Transformation(oldTrafo.getMatrix()) instead |
Modifier and Type | Method and Description |
---|---|
Transformation |
TransformationEvent.getTransformation()
Returns the sourceTransformation.
|
Constructor and Description |
---|
TransformationEvent(Transformation source)
Constructor for TransformationEvent.
|
Modifier and Type | Method and Description |
---|---|
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) |