Loading...
Searching...
No Matches
plane::ray Class Reference

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 pointrefPoint () const noexcept
 Return the reference point.
const vectordir () const noexcept
 Return the direction.

Detailed Description

A reference point and direction.

Definition at line 113 of file plane.H.

Constructor & Destructor Documentation

◆ ray()

ray ( const point & p,
const vector & dir )
inline

Construct from reference point and direction.

Definition at line 123 of file plane.H.

References dir(), and p.

Here is the call graph for this function:

Member Function Documentation

◆ refPoint()

const point & refPoint ( ) const
inlinenoexcept

Return the reference point.

Definition at line 132 of file plane.H.

References Foam::noexcept.

Referenced by searchableSurfacesQueries::findNearest().

Here is the caller graph for this function:

◆ dir()

const vector & dir ( ) const
inlinenoexcept

Return the direction.

Definition at line 137 of file plane.H.

References Foam::noexcept.

Referenced by searchableSurfacesQueries::findNearest(), and ray().

Here is the caller graph for this function:

The documentation for this class was generated from the following file:
  • src/OpenFOAM/meshes/primitiveShapes/plane/plane.H