net.sf.jame.twister.util
Class View
java.lang.Object
net.sf.jame.twister.util.View
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class View
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- Author:
- Andrea Medeghini
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
View
public View(IntegerVector4D status,
DoubleVector4D position,
DoubleVector4D rotation)
- Parameters:
status - position - rotation -
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- See Also:
Object.toString()
getStatus
public IntegerVector4D getStatus()
- Returns:
- the dynamic
getPosition
public DoubleVector4D getPosition()
- Returns:
- the position
getRotation
public DoubleVector4D getRotation()
- Returns:
- the rotation
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
clone
public View clone()
- Overrides:
clone in class java.lang.Object
- See Also:
Object.clone()