pyrex.generation.Generator.get_exit_points¶
-
Generator.
get_exit_points
(particle)¶ Get the intersections of the particle path with the ice volume edges.
For the
Generator
class, this method is not implemented. Subclasses should override this method with their own procedure for calculating exit points given the generation volume.- Parameters
- particleParticle
Particle traveling through the ice.
- Raises
- NotImplementedError
Always, unless a subclass overrides the function.
See also
pyrex.Particle
Class for storing particle attributes.