Public Member Functions | List of all members
plane::ray Class Reference

A direction and a reference point. More...

Public Member Functions

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

Detailed Description

A direction and a reference point.

Definition at line 73 of file plane.H.

Constructor & Destructor Documentation

ray ( const point refPoint,
const vector dir 
)
inline

Definition at line 81 of file plane.H.

Member Function Documentation

const point& refPoint ( ) const
inline

Definition at line 87 of file plane.H.

Referenced by plane::ray::dir(), and plane::normalIntersect().

Here is the caller graph for this function:

const vector& dir ( ) const
inline

Definition at line 92 of file plane.H.

References plane::distance(), plane::nearestPoint(), plane::normal(), plane::normalIntersect(), p, plane::plane(), plane::planeCoeffs(), and plane::ray::refPoint().

Referenced by plane::normalIntersect().

Here is the call graph for this function:

Here is the caller graph for this function:


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