cpe::intersection_data Struct Reference

container for intersection data (position, normal, and relative position with respect to the ray) More...

Collaboration diagram for cpe::intersection_data:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 intersection_data (const v3 &_x, const v3 &_n, const double &_t)
 direct constructor

Public Attributes

v3 x
 position at the intersection
v3 n
 normal at the intersection
double t
 relative position of the intersection along the ray

Detailed Description

container for intersection data (position, normal, and relative position with respect to the ray)


Constructor & Destructor Documentation

cpe::intersection_data::intersection_data ( const v3 _x,
const v3 _n,
const double &  _t 
) [inline]

direct constructor


Member Data Documentation

normal at the intersection

relative position of the intersection along the ray

position at the intersection


The documentation for this struct was generated from the following file:
Generated on Mon Apr 18 16:13:45 2011 by  doxygen 1.6.3