A reference point and direction. More...
#include <plane.H>
Public Member Functions | |
| ray (const point &p, const vector &dir) | |
| Construct from reference point and direction. | |
| const point & | refPoint () const noexcept |
| Return the reference point. | |
| const vector & | dir () const noexcept |
| Return the direction. | |
|
inlinenoexcept |
Return the reference point.
Definition at line 132 of file plane.H.
References Foam::noexcept.
Referenced by searchableSurfacesQueries::findNearest().

|
inlinenoexcept |
Return the direction.
Definition at line 137 of file plane.H.
References Foam::noexcept.
Referenced by searchableSurfacesQueries::findNearest(), and ray().
