com.springrts.ai.oo
Class Camera

java.lang.Object
  extended by com.springrts.ai.oo.Camera
All Implemented Interfaces:
Comparable<Camera>

public class Camera
extends Object
implements Comparable<Camera>


Method Summary
 int compareTo(Camera other)
           
 boolean equals(Object otherObject)
           
 AIFloat3 getDirection()
           
 AIFloat3 getPosition()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Camera other)
Specified by:
compareTo in interface Comparable<Camera>

equals

public boolean equals(Object otherObject)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getDirection

public AIFloat3 getDirection()

getPosition

public AIFloat3 getPosition()