optics
Interface RayMonitor

All Known Implementing Classes:
PrintMonitor, RayPath

public interface RayMonitor

Interface RayMonitor to extract information about a Ray. If attached to a Ray the update class is called ever time the ray position changes.


Method Summary
 void update(Ray r)
          Method to update the RayMonitor with a Ray
 

Method Detail

update

void update(Ray r)
Method to update the RayMonitor with a Ray

Parameters:
r - the Ray.