Public Member Functions | Private Attributes
plane::ray Class Reference

A direction and a reference point. More...

Collaboration diagram for plane::ray:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

point refPoint_
 
vector dir_
 

Detailed Description

A direction and a reference point.

Definition at line 73 of file plane.H.

Constructor & Destructor Documentation

◆ ray()

ray ( const point refPoint,
const vector dir 
)
inline

Definition at line 81 of file plane.H.

Member Function Documentation

◆ refPoint()

const point& refPoint ( ) const
inline

Definition at line 87 of file plane.H.

References plane::ray::refPoint_.

Referenced by autoSnapDriver::featureAttractionUsingReconstruction(), and plane::normalIntersect().

Here is the caller graph for this function:

◆ dir()

const vector& dir ( ) const
inline

Definition at line 92 of file plane.H.

References plane::ray::dir_.

Referenced by autoSnapDriver::featureAttractionUsingReconstruction(), and plane::normalIntersect().

Here is the caller graph for this function:

Field Documentation

◆ refPoint_

point refPoint_
private

Definition at line 75 of file plane.H.

Referenced by plane::ray::refPoint().

◆ dir_

vector dir_
private

Definition at line 77 of file plane.H.

Referenced by plane::ray::dir().


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