simulator
Class ObjectState

java.lang.Object
  |
  +--simulator.ObjectState

class ObjectState
extends java.lang.Object

This class rappresent an object of simulation ambient


Field Summary
 Position posObj
          Position of object in fixed SR
 float theta
          Roration of object in respect of fixed SR
 
Constructor Summary
ObjectState(Position posObj, float theta)
          Initilize object with object state
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

posObj

public Position posObj
Position of object in fixed SR

theta

public float theta
Roration of object in respect of fixed SR
Constructor Detail

ObjectState

public ObjectState(Position posObj,
                   float theta)
Initilize object with object state
Parameters:
posObj - the position of object
theta - the rotation of object