plane::ray Class Reference

A reference point and direction. More...

Public Member Functions

 ray (const point &pt, const vector &dir)
 
const pointrefPoint () const noexcept
 
const vectordir () const noexcept
 

Detailed Description

A reference point and direction.

Definition at line 109 of file plane.H.

Constructor & Destructor Documentation

◆ ray()

ray ( const point pt,
const vector dir 
)
inline

Definition at line 116 of file plane.H.

Referenced by triFace::ray().

Here is the caller graph for this function:

Member Function Documentation

◆ refPoint()

const point & refPoint ( ) const
inlinenoexcept

Definition at line 122 of file plane.H.

Referenced by searchableSurfacesQueries::findNearest().

Here is the caller graph for this function:

◆ dir()

const vector & dir ( ) const
inlinenoexcept

Definition at line 127 of file plane.H.

Referenced by searchableSurfacesQueries::findNearest().

Here is the caller graph for this function:

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