logging
Class LocationLog

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

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

Used for location logging - location is not serializable.

See Also:
Serialized Form

Field Summary
 double x
          Location x
 double y
          Location y
 double z
          Location z
 
Constructor Summary
LocationLog(cz.cuni.amis.pogamut.base3d.worldview.objects.Location loc)
          Complete constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x
Location x


y

public double y
Location y


z

public double z
Location z

Constructor Detail

LocationLog

public LocationLog(cz.cuni.amis.pogamut.base3d.worldview.objects.Location loc)
Complete constructor.

Parameters:
loc -