|
adamantine
|
#include <RayTracing.hh>
Public Attributes | |
| dealii::Point< dim > | origin |
| dealii::Tensor< 1, dim > | direction |
Data structure representing a ray.
Definition at line 18 of file RayTracing.hh.
| dealii::Tensor<1, dim> adamantine::Ray< dim >::direction |
Direction of propagation of the ray.
Definition at line 27 of file RayTracing.hh.
| dealii::Point<dim> adamantine::Ray< dim >::origin |
Origin of the ray.
Definition at line 23 of file RayTracing.hh.