de.grogra.grogra
Class ShootInfo

java.lang.Object
  extended by javax.vecmath.Tuple3f
      extended by javax.vecmath.Point3f
          extended by de.grogra.grogra.ShootInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public final class ShootInfo
extends Point3f

See Also:
Serialized Form

Field Summary
 DTGShoot shoot
           
 
Fields inherited from class javax.vecmath.Tuple3f
x, y, z
 
Constructor Summary
ShootInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class javax.vecmath.Point3f
distance, distanceL1, distanceLinf, distanceSquared, project
 
Methods inherited from class javax.vecmath.Tuple3f
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, epsilonEquals, equals, equals, get, get, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, sub, sub, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

shoot

public DTGShoot shoot
Constructor Detail

ShootInfo

public ShootInfo()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Point3f