Uses of Class
cz.muni.fi.xmravec.bc.prodes.Coordinates

Uses of Coordinates in cz.muni.fi.xmravec.bc.prodes
 

Methods in cz.muni.fi.xmravec.bc.prodes that return Coordinates
 Coordinates DetectorShape.coordinates()
          Calculates coordinates of intersection neutron trajectory and detector surface
 Coordinates Sphere.coordinates()
          Calculates coordinates of intersection neutron trajectory and detector surface
 Coordinates Particle.getInteraction()
           
 Coordinates DetectorShape.hitPoint(Particle particle)
          Calculates the coordinates on the surface of the detector where particle is about to leave the detector
 Coordinates Sphere.hitPoint(Particle particle)
          Calculates the coordinates on the surface of the detector where particle is about to leave the detector
 

Methods in cz.muni.fi.xmravec.bc.prodes with parameters of type Coordinates
 void Particle.setInteraction(Coordinates interaction)