es.upv.dsic.gti_ia.jgomas
Class CSight

java.lang.Object
  extended by es.upv.dsic.gti_ia.jgomas.CSight

public class CSight
extends java.lang.Object


Field Summary
protected  double m_dAngle
           
protected  double m_dDistance
           
protected  int m_eTeam
           
protected  int m_eType
           
protected  int m_id
           
protected  int m_iHealth
           
protected  Vector3D m_Position
           
 
Method Summary
 double getAngle()
           
 double getDistance()
           
 int getHealth()
           
 Vector3D getPosition()
           
 int getTeam()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_id

protected int m_id

m_eTeam

protected int m_eTeam

m_eType

protected int m_eType

m_Position

protected Vector3D m_Position

m_dDistance

protected double m_dDistance

m_dAngle

protected double m_dAngle

m_iHealth

protected int m_iHealth
Method Detail

getAngle

public double getAngle()

getDistance

public double getDistance()

getTeam

public int getTeam()

getType

public int getType()

getHealth

public int getHealth()

getPosition

public Vector3D getPosition()