Ray3D Struct Reference

Inheritance diagram for Ray3D:
TMCObject

List of all members.

Public Member Functions

 Ray3D ()
 Ray3D (const TVector3 &origin, const TVector3 &direction)
void Init ()

Public Attributes

TVector3 fOrigin
 Origin of the ray.
TVector3 fDirection
 Direction of the ray.
TVector3 fOx
 Partial derivative of the origin relatively to X.
TVector3 fOy
 Partial derivative of the origin relatively to Y.
TVector3 fDx
 Partial derivates of the direction relatively to X.
TVector3 fDy
 Partial derivates of the direction relatively to Y.

Detailed Description

Ray-tracing defines Information about a 3D Ray (for raytracing)


Constructor & Destructor Documentation

Ray3D::Ray3D (  )  [inline]
Ray3D::Ray3D ( const TVector3 origin,
const TVector3 direction 
) [inline]

Member Function Documentation

void Ray3D::Init ( void   )  [inline]

Member Data Documentation

Direction of the ray.

Partial derivates of the direction relatively to X.

Partial derivates of the direction relatively to Y.

Origin of the ray.

Partial derivative of the origin relatively to X.

Partial derivative of the origin relatively to Y.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 26 22:47:53 2010 for Carrara SDK Doc by  doxygen 1.6.3