OGS
IntersectionResult Struct Reference

Detailed Description

Result of an intersection of a line with a cell.

Definition at line 23 of file ComputeIntersections.h.

#include <ComputeIntersections.h>

Public Attributes

Eigen::Vector3d point
double t

Member Data Documentation

◆ point

Eigen::Vector3d IntersectionResult::point

Definition at line 25 of file ComputeIntersections.h.

Referenced by findOrderedIntersections().

◆ t

double IntersectionResult::t

Definition at line 26 of file ComputeIntersections.h.

Referenced by compareByT(), and findOrderedIntersections().


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