Uses of Class
zombie.iso.Vector3

Packages that use Vector3
zombie.iso   
 

Uses of Vector3 in zombie.iso
 

Methods in zombie.iso that return Vector3
 Vector3 Vector3.addToThis(Vector2 other)
          Add another vector to this one and store the result in this one
 Vector3 Vector3.aimAt(Vector2 other)
          Set the direction of this vector to point to another vector, maintaining the length
 Vector3 Vector3.clone()
          Clone this vector
 Vector3 Vector3.set(float x, float y, float z)
          Set the horizontal and vertical parts of this vector
 Vector3 Vector3.set(Vector3 other)
          Make this vector identical to another vector
 Vector3 Vector3.setDirection(float direction)
          Set the direction of this vector, maintaining the length
 Vector3 Vector3.setLength(float length)
          Set the length of this vector, maintaining the direction
 Vector3 Vector3.setLengthAndDirection(float direction, float length)
          Set the length and direction of this vector
 

Methods in zombie.iso with parameters of type Vector3
 Vector3 Vector3.set(Vector3 other)
          Make this vector identical to another vector
 

Constructors in zombie.iso with parameters of type Vector3
Vector3(Vector3 other)
          Create a new vector which is identical to another vector