de.jreality.scene.event
Class TransformationEvent
java.lang.Object
java.util.EventObject
de.jreality.scene.event.SceneEvent
de.jreality.scene.event.TransformationEvent
- All Implemented Interfaces:
- java.io.Serializable
public class TransformationEvent
- extends SceneEvent
- Author:
- holger
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransformationEvent
public TransformationEvent(Transformation source)
- Constructor for TransformationEvent.
- Parameters:
transformation
-
getTransformation
public Transformation getTransformation()
- Returns the sourceTransformation.
- Returns:
- Transformation
getTransformationMatrix
public double[] getTransformationMatrix()
getMatrix
public void getMatrix(double[] target)
- Returns the matrix in the provided target array.
- Parameters:
target
- an array with at least 16 entries