adamantine
Public Attributes | List of all members
adamantine::Ray< dim > Struct Template Reference

#include <RayTracing.hh>

Public Attributes

dealii::Point< dim > origin
 
dealii::Tensor< 1, dim > direction
 

Detailed Description

template<int dim>
struct adamantine::Ray< dim >

Data structure representing a ray.

Definition at line 18 of file RayTracing.hh.

Member Data Documentation

◆ direction

template<int dim>
dealii::Tensor<1, dim> adamantine::Ray< dim >::direction

Direction of propagation of the ray.

Definition at line 27 of file RayTracing.hh.

◆ origin

template<int dim>
dealii::Point<dim> adamantine::Ray< dim >::origin

Origin of the ray.

Definition at line 23 of file RayTracing.hh.