|
FEAT 3
Finite Element Analysis Toolbox
|
Geometric ray. More...
#include <raycast.hpp>
Public Attributes | |
| Vector_ | direction |
| Ray direction. More... | |
| Vector_ | origin |
| Ray origin. More... | |
Geometric ray.
| 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.
| Vector_ FEAT::Geometry::Ray< Vector_ >::direction |
Ray direction.
Definition at line 34 of file raycast.hpp.
Referenced by FEAT::Geometry::RayIntersectionPrimitives< DT_ >::ray_segment_intersection(), and FEAT::Geometry::RayIntersectionPrimitives< DT_ >::ray_triangle_intersection().
| Vector_ FEAT::Geometry::Ray< Vector_ >::origin |
Ray origin.
Definition at line 31 of file raycast.hpp.
Referenced by FEAT::Geometry::RayIntersectionPrimitives< DT_ >::ray_segment_intersection(), and FEAT::Geometry::RayIntersectionPrimitives< DT_ >::ray_triangle_intersection().