logging
Class RotationLog

java.lang.Object
  extended by logging.RotationLog
All Implemented Interfaces:
java.io.Serializable

public class RotationLog
extends java.lang.Object
implements java.io.Serializable

Used for rotation logging - rotation is not serializable.

See Also:
Serialized Form

Field Summary
 double pitch
          Rotation pitch (up and down).
 double roll
          Rotation roll - similiar of doing a cartwheel.
 double yaw
          Rotation yaw (left or right)
 
Constructor Summary
RotationLog(cz.cuni.amis.pogamut.base3d.worldview.objects.Rotation rot)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pitch

public double pitch
Rotation pitch (up and down).


roll

public double roll
Rotation roll - similiar of doing a cartwheel.


yaw

public double yaw
Rotation yaw (left or right)

Constructor Detail

RotationLog

public RotationLog(cz.cuni.amis.pogamut.base3d.worldview.objects.Rotation rot)
Constructor.

Parameters:
rot -