FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Geometry::Ray< Vector_ > Struct Template Reference

Geometric ray. More...

#include <raycast.hpp>

Public Attributes

Vector_ direction
 Ray direction. More...
 
Vector_ origin
 Ray origin. More...
 

Detailed Description

template<typename Vector_>
struct FEAT::Geometry::Ray< Vector_ >

Geometric ray.

Template Parameters
Vector_Point and vector type

Describes the geometric ray given by \(r(t) = \text{origin} + t * \text{direction}\)

Definition at line 28 of file raycast.hpp.

Member Data Documentation

◆ direction

◆ origin


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