com.yobotics.simulationconstructionset
Interface SimulatedSensor

All Known Subinterfaces:
SimulatedLIDARSensor
All Known Implementing Classes:
AbstractSimulatedSensor, DepthMapLIDARSensor, FastPolarRayCastLIDAR, RayTraceLIDARSensor

public interface SimulatedSensor


Method Summary
 void setWorld(Graphics3DAdapter graphics3dAdapter)
           
 void updateTransform(javax.media.j3d.Transform3D transformToHere)
           
 

Method Detail

updateTransform

void updateTransform(javax.media.j3d.Transform3D transformToHere)

setWorld

void setWorld(Graphics3DAdapter graphics3dAdapter)