version 0.6.0
mod_ray_tracing::t_intersection_list Type Reference

Public Member Functions

procedure clear => rt_intersection_list_clear
 Reset intersection list.
 
procedure push => rt_intersection_list_push
 Add an intersection to the list.
 

Public Attributes

type(t_intersection), dimension(:), allocatable intersection
 List of intersections.
 
integer n_intersections = 0
 Number of intersection.
 

Detailed Description

Intersections are sorted by distance.


The documentation for this type was generated from the following file: