plane::ray Class Reference

A reference point and direction. More...

Public Member Functions

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

Detailed Description

A reference point and direction.

Definition at line 104 of file plane.H.

Constructor & Destructor Documentation

◆ ray()

ray ( const point pt,
const vector dir 
)
inline

Definition at line 111 of file plane.H.

Member Function Documentation

◆ refPoint()

const point& refPoint ( ) const
inline

Definition at line 117 of file plane.H.

Referenced by plane::normalIntersect().

Here is the caller graph for this function:

◆ dir()

const vector& dir ( ) const
inline

Definition at line 122 of file plane.H.

Referenced by plane::normalIntersect().

Here is the caller graph for this function:

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