|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.animation.distortion.Distortion
public abstract class Distortion
This interface defines an object that transforms one mesh into another one.
Constructor Summary | |
---|---|
Distortion()
|
Method Summary | |
---|---|
abstract Distortion |
duplicate()
Create a duplicate of this object. |
Distortion |
getPreviousDistortion()
Get the previous distortion that should be applied before this one. |
abstract boolean |
isIdenticalTo(Distortion d)
Determine whether this distortion is identical to another one. |
void |
setPreviousDistortion(Distortion previous)
Set another distortion which should be applied before this one. |
abstract Mesh |
transform(Mesh obj)
Apply the Distortion, and return a transformed mesh. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Distortion()
Method Detail |
---|
public void setPreviousDistortion(Distortion previous)
public Distortion getPreviousDistortion()
public abstract boolean isIdenticalTo(Distortion d)
public abstract Distortion duplicate()
public abstract Mesh transform(Mesh obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |