public class TransformationEvent extends SceneEvent
| Constructor and Description |
|---|
TransformationEvent(Transformation source)
Constructor for TransformationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
getMatrix(double[] target)
Returns the matrix in the provided target array.
|
Transformation |
getTransformation()
Returns the sourceTransformation.
|
double[] |
getTransformationMatrix() |
getSourceNodegetSource, toStringpublic TransformationEvent(Transformation source)
transformation - public Transformation getTransformation()
public double[] getTransformationMatrix()
public void getMatrix(double[] target)
target - an array with at least 16 entries