|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Vector3D in es.upv.dsic.gti_ia.jgomas |
---|
Fields in es.upv.dsic.gti_ia.jgomas declared as Vector3D | |
---|---|
protected Vector3D[] |
CBasicTroop.m_AStarPath
Array of points used in walking (a calculated) path task |
protected Vector3D[] |
CBasicTroop.m_ControlPoints
Array of points used in patrolling task |
protected Vector3D |
CSight.m_Position
|
protected Vector3D |
CPack.m_Position
|
Methods in es.upv.dsic.gti_ia.jgomas that return Vector3D | |
---|---|
Vector3D |
CMobile.getDestination()
|
Vector3D |
CMobile.getHeading()
|
Vector3D |
CSight.getPosition()
|
Vector3D |
CMobile.getPosition()
|
Vector3D |
CMobile.getVelocity()
|
Methods in es.upv.dsic.gti_ia.jgomas with parameters of type Vector3D | |
---|---|
void |
Vector3D.add(Vector3D v)
|
double |
Vector3D.dot(Vector3D v)
|
void |
CMobile.setDestination(Vector3D destination)
|
void |
Vector3D.sub(Vector3D v)
|
Constructors in es.upv.dsic.gti_ia.jgomas with parameters of type Vector3D | |
---|---|
Vector3D(Vector3D v)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |