org.rubato.rubettes.bigbang.model.operations
Class ReflectionTransformation
java.lang.Object
org.rubato.rubettes.bigbang.model.operations.AbstractOperation
org.rubato.rubettes.bigbang.model.operations.AbstractTransformation
org.rubato.rubettes.bigbang.model.operations.AbstractLocalTransformation
org.rubato.rubettes.bigbang.model.operations.ReflectionTransformation
public class ReflectionTransformation
- extends AbstractLocalTransformation
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReflectionTransformation
public ReflectionTransformation(BigBangModel model,
ReflectionTransformation other)
ReflectionTransformation
public ReflectionTransformation(BigBangModel model,
TransformationProperties properties,
double[] reflectionVector)
ReflectionTransformation
public ReflectionTransformation(BigBangModel model,
XMLReader reader,
org.w3c.dom.Element element)
modify
public void modify(double[] newValues)
- Overrides:
modify
in class AbstractTransformation
getReflectionVector
public double[] getReflectionVector()
toXML
public void toXML(XMLWriter writer)
- Overrides:
toXML
in class AbstractLocalTransformation